src/hotspot/share/runtime/globals.hpp
changeset 49169 af8578e25d17
parent 49164 7e958a8ebcd3
child 49185 5d1b75086f98
equal deleted inserted replaced
49168:23348e42fb34 49169:af8578e25d17
  3254           "Delay between expansion and allocation (in milliseconds)")       \
  3254           "Delay between expansion and allocation (in milliseconds)")       \
  3255                                                                             \
  3255                                                                             \
  3256   develop(uintx, GCWorkerDelayMillis, 0,                                    \
  3256   develop(uintx, GCWorkerDelayMillis, 0,                                    \
  3257           "Delay in scheduling GC workers (in milliseconds)")               \
  3257           "Delay in scheduling GC workers (in milliseconds)")               \
  3258                                                                             \
  3258                                                                             \
  3259   product(intx, DeferThrSuspendLoopCount,     4000,                         \
       
  3260           "(Unstable, Deprecated) "                                         \
       
  3261           "Number of times to iterate in safepoint loop "                   \
       
  3262           "before blocking VM threads ")                                    \
       
  3263           range(-1, max_jint-1)                                             \
       
  3264                                                                             \
       
  3265   product(intx, DeferPollingPageLoopCount,     -1,                          \
       
  3266           "(Unsafe,Unstable,Deprecated) "                                   \
       
  3267           "Number of iterations in safepoint loop "                         \
       
  3268           "before changing safepoint polling page to RO ")                  \
       
  3269           range(-1, max_jint-1)                                             \
       
  3270                                                                             \
       
  3271   product(intx, SafepointSpinBeforeYield, 2000, "(Unstable, Deprecated)")   \
       
  3272           range(0, max_intx)                                                \
       
  3273                                                                             \
       
  3274   product(bool, PSChunkLargeArrays, true,                                   \
  3259   product(bool, PSChunkLargeArrays, true,                                   \
  3275           "Process large arrays in chunks")                                 \
  3260           "Process large arrays in chunks")                                 \
  3276                                                                             \
  3261                                                                             \
  3277   product(uintx, GCDrainStackTargetSize, 64,                                \
  3262   product(uintx, GCDrainStackTargetSize, 64,                                \
  3278           "Number of entries we will try to leave on the stack "            \
  3263           "Number of entries we will try to leave on the stack "            \