< prev index next >

src/hotspot/share/gc/g1/g1_globals.hpp

Print this page
rev 60060 : [mq]: 8210462-lkorinth-review


 254           "An upper bound for the number of old CSet regions expressed "    \
 255           "as a percentage of the heap size.")                              \
 256           range(0, 100)                                                     \
 257                                                                             \
 258   notproduct(bool, G1EvacuationFailureALot, false,                          \
 259           "Force use of evacuation failure handling during certain "        \
 260           "evacuation pauses")                                              \
 261                                                                             \
 262   develop(uintx, G1EvacuationFailureALotCount, 1000,                        \
 263           "Number of successful evacuations between evacuation failures "   \
 264           "occurring at object copying")                                    \
 265                                                                             \
 266   develop(uintx, G1EvacuationFailureALotInterval, 5,                        \
 267           "Total collections between forced triggering of evacuation "      \
 268           "failures")                                                       \
 269                                                                             \
 270   develop(bool, G1EvacuationFailureALotDuringConcMark, true,                \
 271           "Force use of evacuation failure handling during evacuation "     \
 272           "pauses when marking is in progress")                             \
 273                                                                             \
 274   develop(bool, G1EvacuationFailureALotDuringInitialMark, true,             \
 275           "Force use of evacuation failure handling during concurrent "     \
 276           "start evacuation pauses")                                        \
 277                                                                             \
 278   develop(bool, G1EvacuationFailureALotDuringYoungGC, true,                 \
 279           "Force use of evacuation failure handling during young "          \
 280           "evacuation pauses")                                              \
 281                                                                             \
 282   develop(bool, G1EvacuationFailureALotDuringMixedGC, true,                 \
 283           "Force use of evacuation failure handling during mixed "          \
 284           "evacuation pauses")                                              \
 285                                                                             \
 286   diagnostic(bool, G1VerifyRSetsDuringFullGC, false,                        \
 287           "If true, perform verification of each heap region's "            \
 288           "remembered set when verifying the heap during a full GC.")       \
 289                                                                             \
 290   diagnostic(bool, G1VerifyHeapRegionCodeRoots, false,                      \
 291           "Verify the code root lists attached to each heap region.")       \
 292                                                                             \
 293   develop(bool, G1VerifyBitmaps, false,                                     \
 294           "Verifies the consistency of the marking bitmaps")                \




 254           "An upper bound for the number of old CSet regions expressed "    \
 255           "as a percentage of the heap size.")                              \
 256           range(0, 100)                                                     \
 257                                                                             \
 258   notproduct(bool, G1EvacuationFailureALot, false,                          \
 259           "Force use of evacuation failure handling during certain "        \
 260           "evacuation pauses")                                              \
 261                                                                             \
 262   develop(uintx, G1EvacuationFailureALotCount, 1000,                        \
 263           "Number of successful evacuations between evacuation failures "   \
 264           "occurring at object copying")                                    \
 265                                                                             \
 266   develop(uintx, G1EvacuationFailureALotInterval, 5,                        \
 267           "Total collections between forced triggering of evacuation "      \
 268           "failures")                                                       \
 269                                                                             \
 270   develop(bool, G1EvacuationFailureALotDuringConcMark, true,                \
 271           "Force use of evacuation failure handling during evacuation "     \
 272           "pauses when marking is in progress")                             \
 273                                                                             \
 274   develop(bool, G1EvacuationFailureALotDuringConcurrentStart, true,         \
 275           "Force use of evacuation failure handling during concurrent "     \
 276           "start evacuation pauses")                                        \
 277                                                                             \
 278   develop(bool, G1EvacuationFailureALotDuringYoungGC, true,                 \
 279           "Force use of evacuation failure handling during young "          \
 280           "evacuation pauses")                                              \
 281                                                                             \
 282   develop(bool, G1EvacuationFailureALotDuringMixedGC, true,                 \
 283           "Force use of evacuation failure handling during mixed "          \
 284           "evacuation pauses")                                              \
 285                                                                             \
 286   diagnostic(bool, G1VerifyRSetsDuringFullGC, false,                        \
 287           "If true, perform verification of each heap region's "            \
 288           "remembered set when verifying the heap during a full GC.")       \
 289                                                                             \
 290   diagnostic(bool, G1VerifyHeapRegionCodeRoots, false,                      \
 291           "Verify the code root lists attached to each heap region.")       \
 292                                                                             \
 293   develop(bool, G1VerifyBitmaps, false,                                     \
 294           "Verifies the consistency of the marking bitmaps")                \


< prev index next >