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

Christian Thalinger christian.thalinger at oracle.com
Thu Oct 27 01:01:46 PDT 2011


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