src/hotspot/share/runtime/globals.hpp
changeset 51860 54aafb3ba9ab
parent 51704 2368e8e9cec6
child 51996 84743156e780
equal deleted inserted replaced
51859:1a35c474e4a6 51860:54aafb3ba9ab
   825                                                                             \
   825                                                                             \
   826   product(bool, UseLWPSynchronization, true,                                \
   826   product(bool, UseLWPSynchronization, true,                                \
   827           "Use LWP-based instead of libthread-based synchronization "       \
   827           "Use LWP-based instead of libthread-based synchronization "       \
   828           "(SPARC only)")                                                   \
   828           "(SPARC only)")                                                   \
   829                                                                             \
   829                                                                             \
   830   experimental(ccstr, SyncKnobs, NULL,                                      \
       
   831                "(Unstable) Various monitor synchronization tunables")       \
       
   832                                                                             \
       
   833   product(intx, MonitorBound, 0, "Bound Monitor population")                \
   830   product(intx, MonitorBound, 0, "Bound Monitor population")                \
   834           range(0, max_jint)                                                \
   831           range(0, max_jint)                                                \
   835                                                                             \
   832                                                                             \
   836   product(bool, MonitorInUseLists, true, "Track Monitors for Deflation")    \
   833   product(bool, MonitorInUseLists, true, "Track Monitors for Deflation")    \
   837                                                                             \
   834                                                                             \