< prev index next >

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

Print this page
rev 56323 : imported patch 8220310.mut.0
rev 56324 : imported patch 8220310.mut.1_thomas
rev 56325 : imported patch 8220310.mut.1-2_stefan
rev 56326 : [mq]: 8220310.mut.1-3_kim

*** 322,329 **** --- 322,336 ---- "involves system calls to commit/uncommit memory. To " \ "reduce these calls, we keep a buffer of extra regions to " \ "absorb small changes in young gen length. This flag takes " \ "the buffer size as an percentage of young gen length") \ range(0, 100) \ + \ + diagnostic(bool, G1PrintNUMAIdOfHeapRegions, false, \ + "Print NUMA id of committed HeapRegion(s)") \ + \ + diagnostic(bool, G1VerifyNUMAIdOfHeapRegions, false, \ + "Verify NUMA id of committed HeapRegion(s) whether those " \ + "regions are still on the firstly checked node or not.") #endif // SHARE_GC_G1_G1_GLOBALS_HPP
< prev index next >