< prev index next > src/hotspot/share/runtime/globals.hpp
Print this page
"Deopt stack after thaw") \
\
develop(bool, LoomVerifyAfterThaw, false, \
"Verify stack after thaw") \
\
! develop(bool, VerifyContinuations, false, \
"Verify continuation consistency") \
\
develop(bool, UseContinuationFastPath, true, \
"Use fast-path frame walking in continuations") \
\
- product(intx, ExtentLocalCacheSize, 16, \
- "Size of the cache for scoped values") \
- range(0, max_intx) \
- constraint(ExtentLocalCacheSizeConstraintFunc, AtParse) \
- \
develop(int, VerifyMetaspaceInterval, DEBUG_ONLY(500) NOT_DEBUG(0), \
"Run periodic metaspace verifications (0 - none, " \
"1 - always, >1 every nth interval)") \
\
product(bool, ShowRegistersOnAssert, true, DIAGNOSTIC, \
"Deopt stack after thaw") \
\
develop(bool, LoomVerifyAfterThaw, false, \
"Verify stack after thaw") \
\
! develop(bool, VerifyContinuations, true, \
"Verify continuation consistency") \
\
develop(bool, UseContinuationFastPath, true, \
"Use fast-path frame walking in continuations") \
\
develop(int, VerifyMetaspaceInterval, DEBUG_ONLY(500) NOT_DEBUG(0), \
"Run periodic metaspace verifications (0 - none, " \
"1 - always, >1 every nth interval)") \
\
product(bool, ShowRegistersOnAssert, true, DIAGNOSTIC, \
< prev index next >