< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
@@ -1924,11 +1924,11 @@
            "Deopt stack after thaw")                                         \
                                                                              \
    develop(bool, LoomVerifyAfterThaw, false,                                 \
            "Verify stack after thaw")                                        \
                                                                              \
-   develop(bool, VerifyContinuations, false,                                 \
+   develop(bool, VerifyContinuations, true,                                  \
            "Verify continuation consistency")                                \
                                                                              \
    develop(bool, UseContinuationFastPath, true,                              \
            "Use fast-path frame walking in continuations")                   \
                                                                              \
< prev index next >