src/hotspot/share/runtime/globals.hpp
changeset 48005 9fd89aabb6cd
parent 47994 5a16da2a3fcb
child 48105 8d15b1369c7a
child 55934 912c55e702d6
--- a/src/hotspot/share/runtime/globals.hpp	Mon Nov 20 09:46:55 2017 +0000
+++ b/src/hotspot/share/runtime/globals.hpp	Mon Nov 20 15:56:32 2017 -0500
@@ -1178,6 +1178,10 @@
           "Use detached threads that are recycled upon termination "        \
           "(for Solaris only)")                                             \
                                                                             \
+  experimental(bool, DisablePrimordialThreadGuardPages, false,              \
+               "Disable the use of stack guard pages if the JVM is loaded " \
+               "on the primordial process thread")                          \
+                                                                            \
   product(bool, UseLWPSynchronization, true,                                \
           "Use LWP-based instead of libthread-based synchronization "       \
           "(SPARC only)")                                                   \