Request for reviews (XS): 7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->" ....

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Oct 27 08:13:21 PDT 2011


Thank you, Christian

Vladimir

On 10/27/11 1:01 AM, Christian Thalinger wrote:
> Looks good.  Thanks for fixing it.  -- Chris
>
> On Oct 27, 2011, at 3:00 AM, Vladimir Kozlov wrote:
>
>> http://cr.openjdk.java.net/~kvn/7105364/webrev
>>
>> 7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->"  ....
>>
>> Optimized build is broken. MethodHandleChain::print() is defined only for debug builds but it is called from NOT_PRODUCT code in ciMethodHandle::print_chain_impl().
>>
>> Define ciMethodHandle::print_chain_impl() and ciMethodHandle::print_chain() bodies only in debug builds.
>>
>> Thanks,
>> Vladimir
>


More information about the hotspot-compiler-dev mailing list