< prev index next >

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

Print this page
rev 56448 : imported patch 8220310.mut.0
rev 56449 : imported patch 8220310.mut.1_thomas
rev 56450 : imported patch 8220310.mut.1-2_stefan
rev 56451 : imported patch 8220310.mut.1-3_kim
rev 56452 : imported patch 8220310.mut.2-stefan

*** 321,329 **** "option, after every GC, young gen is re-sized which " \ "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) \ ! #endif // SHARE_GC_G1_G1_GLOBALS_HPP --- 321,328 ---- "option, after every GC, young gen is re-sized which " \ "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) #endif // SHARE_GC_G1_G1_GLOBALS_HPP
< prev index next >