< prev index next >

src/hotspot/share/gc/shared/gc_globals.hpp

Print this page
rev 52192 : imported patch jelastic-pgc

*** 820,827 **** "Delay between expansion and allocation (in milliseconds)") \ \ product(uintx, GCDrainStackTargetSize, 64, \ "Number of entries we will try to leave on the stack " \ "during parallel gc") \ ! range(0, max_juint) #endif // SHARE_GC_SHARED_GC_GLOBALS_HPP --- 820,828 ---- "Delay between expansion and allocation (in milliseconds)") \ \ product(uintx, GCDrainStackTargetSize, 64, \ "Number of entries we will try to leave on the stack " \ "during parallel gc") \ ! range(0, max_juint) \ ! \ #endif // SHARE_GC_SHARED_GC_GLOBALS_HPP
< prev index next >