src/share/vm/gc_implementation/g1/g1_globals.hpp

Print this page
rev 4802 : imported patch optimize-nmethod-scanning
rev 4803 : imported patch thomas-comments


 319           "Force use of evacuation failure handling during evacuation "     \
 320           "pauses when marking is in progress")                             \
 321                                                                             \
 322   develop(bool, G1EvacuationFailureALotDuringInitialMark, true,             \
 323           "Force use of evacuation failure handling during initial mark "   \
 324           "evacuation pauses")                                              \
 325                                                                             \
 326   develop(bool, G1EvacuationFailureALotDuringYoungGC, true,                 \
 327           "Force use of evacuation failure handling during young "          \
 328           "evacuation pauses")                                              \
 329                                                                             \
 330   develop(bool, G1EvacuationFailureALotDuringMixedGC, true,                 \
 331           "Force use of evacuation failure handling during mixed "          \
 332           "evacuation pauses")                                              \
 333                                                                             \
 334   diagnostic(bool, G1VerifyRSetsDuringFullGC, false,                        \
 335              "If true, perform verification of each heap region's "         \
 336              "remembered set when verifying the heap during a full GC.")    \
 337                                                                             \
 338   diagnostic(bool, G1VerifyHeapRegionCodeRoots, false,                      \
 339              "If true, performs verification of the code root lists "       \
 340              "attached to each heap region.")
 341 
 342 G1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG, DECLARE_MANAGEABLE_FLAG, DECLARE_PRODUCT_RW_FLAG)
 343 
 344 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1_GLOBALS_HPP


 319           "Force use of evacuation failure handling during evacuation "     \
 320           "pauses when marking is in progress")                             \
 321                                                                             \
 322   develop(bool, G1EvacuationFailureALotDuringInitialMark, true,             \
 323           "Force use of evacuation failure handling during initial mark "   \
 324           "evacuation pauses")                                              \
 325                                                                             \
 326   develop(bool, G1EvacuationFailureALotDuringYoungGC, true,                 \
 327           "Force use of evacuation failure handling during young "          \
 328           "evacuation pauses")                                              \
 329                                                                             \
 330   develop(bool, G1EvacuationFailureALotDuringMixedGC, true,                 \
 331           "Force use of evacuation failure handling during mixed "          \
 332           "evacuation pauses")                                              \
 333                                                                             \
 334   diagnostic(bool, G1VerifyRSetsDuringFullGC, false,                        \
 335              "If true, perform verification of each heap region's "         \
 336              "remembered set when verifying the heap during a full GC.")    \
 337                                                                             \
 338   diagnostic(bool, G1VerifyHeapRegionCodeRoots, false,                      \
 339              "Verify the code root lists attached to each heap region.")

 340 
 341 G1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG, DECLARE_MANAGEABLE_FLAG, DECLARE_PRODUCT_RW_FLAG)
 342 
 343 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1_GLOBALS_HPP