< prev index next >

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

Print this page




 285   develop(bool, G1EvacuationFailureALotDuringInitialMark, true,             \
 286           "Force use of evacuation failure handling during initial mark "   \
 287           "evacuation pauses")                                              \
 288                                                                             \
 289   develop(bool, G1EvacuationFailureALotDuringYoungGC, true,                 \
 290           "Force use of evacuation failure handling during young "          \
 291           "evacuation pauses")                                              \
 292                                                                             \
 293   develop(bool, G1EvacuationFailureALotDuringMixedGC, true,                 \
 294           "Force use of evacuation failure handling during mixed "          \
 295           "evacuation pauses")                                              \
 296                                                                             \
 297   diagnostic(bool, G1VerifyRSetsDuringFullGC, false,                        \
 298           "If true, perform verification of each heap region's "            \
 299           "remembered set when verifying the heap during a full GC.")       \
 300                                                                             \
 301   diagnostic(bool, G1VerifyHeapRegionCodeRoots, false,                      \
 302           "Verify the code root lists attached to each heap region.")       \
 303                                                                             \
 304   develop(bool, G1VerifyBitmaps, false,                                     \
 305           "Verifies the consistency of the marking bitmaps")




 306 
 307 #endif // SHARE_VM_GC_G1_G1_GLOBALS_HPP


 285   develop(bool, G1EvacuationFailureALotDuringInitialMark, true,             \
 286           "Force use of evacuation failure handling during initial mark "   \
 287           "evacuation pauses")                                              \
 288                                                                             \
 289   develop(bool, G1EvacuationFailureALotDuringYoungGC, true,                 \
 290           "Force use of evacuation failure handling during young "          \
 291           "evacuation pauses")                                              \
 292                                                                             \
 293   develop(bool, G1EvacuationFailureALotDuringMixedGC, true,                 \
 294           "Force use of evacuation failure handling during mixed "          \
 295           "evacuation pauses")                                              \
 296                                                                             \
 297   diagnostic(bool, G1VerifyRSetsDuringFullGC, false,                        \
 298           "If true, perform verification of each heap region's "            \
 299           "remembered set when verifying the heap during a full GC.")       \
 300                                                                             \
 301   diagnostic(bool, G1VerifyHeapRegionCodeRoots, false,                      \
 302           "Verify the code root lists attached to each heap region.")       \
 303                                                                             \
 304   develop(bool, G1VerifyBitmaps, false,                                     \
 305           "Verifies the consistency of the marking bitmaps")                \
 306                                                                             \
 307   product(bool, G1UseLegacyMonitoring, false,                               \
 308           "Use legacy GarbageCollector/MemoryPool MXBean and jstat "        \
 309           "counter definitions")
 310 
 311 #endif // SHARE_VM_GC_G1_G1_GLOBALS_HPP
< prev index next >