< prev index next >

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

Print this page
rev 55659 : 8225776: Branch profiling for G1's write post-barrier in C2.

*** 297,306 **** --- 297,309 ---- "remembered set when verifying the heap during a full GC.") \ \ diagnostic(bool, G1VerifyHeapRegionCodeRoots, false, \ "Verify the code root lists attached to each heap region.") \ \ + diagnostic(bool, G1WriteBarrierStats, false, \ + "Collect statistics about reference writes for write barriers.") \ + \ develop(bool, G1VerifyBitmaps, false, \ "Verifies the consistency of the marking bitmaps") \ \ manageable(uintx, G1PeriodicGCInterval, 0, \ "Number of milliseconds after a previous GC to wait before " \
< prev index next >