Request for reviews (XS): 7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->" ....
Vladimir Kozlov
vladimir.kozlov at oracle.com
Wed Oct 26 19:20:34 PDT 2011
Thank you, Tom
Tom Rodriguez wrote:
> Looks good. Can you eliminate the outputStream argument too since it's not used anywhere? Thanks!
Done.
thanks,
Vladimir
>
> tom
>
> On Oct 26, 2011, at 6:00 PM, 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