< prev index next >

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

Print this page

        

*** 300,307 **** \ diagnostic(bool, G1VerifyHeapRegionCodeRoots, false, \ "Verify the code root lists attached to each heap region.") \ \ develop(bool, G1VerifyBitmaps, false, \ ! "Verifies the consistency of the marking bitmaps") #endif // SHARE_VM_GC_G1_G1_GLOBALS_HPP --- 300,311 ---- \ diagnostic(bool, G1VerifyHeapRegionCodeRoots, false, \ "Verify the code root lists attached to each heap region.") \ \ develop(bool, G1VerifyBitmaps, false, \ ! "Verifies the consistency of the marking bitmaps") \ ! \ ! product(bool, G1UseLegacyMonitoring, false, \ ! "Use legacy GarbageCollector/MemoryPool MXBean and jstat " \ ! "counter definitions") #endif // SHARE_VM_GC_G1_G1_GLOBALS_HPP
< prev index next >