diff -r e1ec73e3325e -r 9fd89aabb6cd src/hotspot/share/runtime/globals.hpp --- 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)") \