src/share/vm/runtime/globals.hpp

Print this page

        

*** 802,812 **** \ develop(bool, InlineThreadNatives, true, \ "Inline Thread.currentThread, etc") \ \ develop(bool, InlineUnsafeOps, true, \ ! "Inline memory ops (native methods) from sun.misc.Unsafe") \ \ product(bool, CriticalJNINatives, true, \ "Check for critical JNI entry points") \ \ notproduct(bool, StressCriticalJNINatives, false, \ --- 802,812 ---- \ develop(bool, InlineThreadNatives, true, \ "Inline Thread.currentThread, etc") \ \ develop(bool, InlineUnsafeOps, true, \ ! "Inline memory ops (native methods) from Unsafe") \ \ product(bool, CriticalJNINatives, true, \ "Check for critical JNI entry points") \ \ notproduct(bool, StressCriticalJNINatives, false, \
*** 4248,4258 **** \ product(bool, UseLockedTracing, false, \ "Use locked-tracing when doing event-based tracing") \ \ diagnostic(bool, UseUnalignedAccesses, false, \ ! "Use unaligned memory accesses in sun.misc.Unsafe") \ \ product_pd(bool, PreserveFramePointer, \ "Use the FP register for holding the frame pointer " \ "and not as a general purpose register.") \ \ --- 4248,4258 ---- \ product(bool, UseLockedTracing, false, \ "Use locked-tracing when doing event-based tracing") \ \ diagnostic(bool, UseUnalignedAccesses, false, \ ! "Use unaligned memory accesses in jdk.internal.misc.Unsafe") \ \ product_pd(bool, PreserveFramePointer, \ "Use the FP register for holding the frame pointer " \ "and not as a general purpose register.") \ \