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 18:00:52 PDT 2011
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