src/hotspot/share/runtime/globals.hpp
changeset 48005 9fd89aabb6cd
parent 47994 5a16da2a3fcb
child 48105 8d15b1369c7a
child 55934 912c55e702d6
equal deleted inserted replaced
48003:e1ec73e3325e 48005:9fd89aabb6cd
  1176                                                                             \
  1176                                                                             \
  1177   develop(bool, UseDetachedThreads, true,                                   \
  1177   develop(bool, UseDetachedThreads, true,                                   \
  1178           "Use detached threads that are recycled upon termination "        \
  1178           "Use detached threads that are recycled upon termination "        \
  1179           "(for Solaris only)")                                             \
  1179           "(for Solaris only)")                                             \
  1180                                                                             \
  1180                                                                             \
       
  1181   experimental(bool, DisablePrimordialThreadGuardPages, false,              \
       
  1182                "Disable the use of stack guard pages if the JVM is loaded " \
       
  1183                "on the primordial process thread")                          \
       
  1184                                                                             \
  1181   product(bool, UseLWPSynchronization, true,                                \
  1185   product(bool, UseLWPSynchronization, true,                                \
  1182           "Use LWP-based instead of libthread-based synchronization "       \
  1186           "Use LWP-based instead of libthread-based synchronization "       \
  1183           "(SPARC only)")                                                   \
  1187           "(SPARC only)")                                                   \
  1184                                                                             \
  1188                                                                             \
  1185   experimental(ccstr, SyncKnobs, NULL,                                      \
  1189   experimental(ccstr, SyncKnobs, NULL,                                      \