--- old/src/hotspot/share/runtime/globals.hpp Tue Nov 14 05:34:44 2017 +++ new/src/hotspot/share/runtime/globals.hpp Tue Nov 14 05:34:42 2017 @@ -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)") \