< 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") \
\
"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") \
\
< prev index next >