< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
*** 1929,11 ***
            "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")                   \
                                                                              \
--- 1929,11 ---
            "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 >