src/hotspot/share/runtime/globals.hpp
branchstuefe-new-metaspace-branch
changeset 58199 595fcbebaa77
parent 58069 ba98d1dccf30
parent 58130 ff0eae1719d0
child 58333 78b2e8f46dd4
equal deleted inserted replaced
58107:69c38b90014c 58199:595fcbebaa77
   711                                                                             \
   711                                                                             \
   712   product(bool, UseLWPSynchronization, true,                                \
   712   product(bool, UseLWPSynchronization, true,                                \
   713           "Use LWP-based instead of libthread-based synchronization "       \
   713           "Use LWP-based instead of libthread-based synchronization "       \
   714           "(SPARC only)")                                                   \
   714           "(SPARC only)")                                                   \
   715                                                                             \
   715                                                                             \
   716   product(intx, MonitorBound, 0, "Bound Monitor population")                \
   716   product(intx, MonitorBound, 0, "(Deprecated) Bound Monitor population")   \
   717           range(0, max_jint)                                                \
   717           range(0, max_jint)                                                \
   718                                                                             \
   718                                                                             \
   719   experimental(intx, MonitorUsedDeflationThreshold, 90,                     \
   719   experimental(intx, MonitorUsedDeflationThreshold, 90,                     \
   720                 "Percentage of used monitors before triggering cleanup "    \
   720                 "Percentage of used monitors before triggering cleanup "    \
   721                 "safepoint which deflates monitors (0 is off). "            \
   721                 "safepoint which deflates monitors (0 is off). "            \