hotspot/src/share/vm/runtime/globals.hpp
changeset 1408 e9c4f37aed49
parent 1407 9006b01ba3fd
child 1409 a30f4c5a5023
equal deleted inserted replaced
1407:9006b01ba3fd 1408:e9c4f37aed49
  1155                                                                             \
  1155                                                                             \
  1156   product(bool, UseParallelDensePrefixUpdate, true,                         \
  1156   product(bool, UseParallelDensePrefixUpdate, true,                         \
  1157           "In the Parallel Old garbage collector use parallel dense"        \
  1157           "In the Parallel Old garbage collector use parallel dense"        \
  1158           " prefix update")                                                 \
  1158           " prefix update")                                                 \
  1159                                                                             \
  1159                                                                             \
  1160   develop(bool, UseParallelOldGCRegionPointerCalc, true,                    \
       
  1161           "In the Parallel Old garbage collector use regions to calculate"  \
       
  1162           "new object locations")                                           \
       
  1163                                                                             \
       
  1164   product(uintx, HeapMaximumCompactionInterval, 20,                         \
  1160   product(uintx, HeapMaximumCompactionInterval, 20,                         \
  1165           "How often should we maximally compact the heap (not allowing "   \
  1161           "How often should we maximally compact the heap (not allowing "   \
  1166           "any dead space)")                                                \
  1162           "any dead space)")                                                \
  1167                                                                             \
  1163                                                                             \
  1168   product(uintx, HeapFirstMaximumCompactionCount, 3,                        \
  1164   product(uintx, HeapFirstMaximumCompactionCount, 3,                        \