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

Tom Rodriguez tom.rodriguez at oracle.com
Wed Oct 26 18:38:40 PDT 2011


Looks good.  Can you eliminate the outputStream argument too since it's not used anywhere?  Thanks!

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