< prev index next >

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

Print this page

        

*** 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,831 ---- "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) \ ! \ ! develop(bool, VerifyObjectEquals, false, \ ! "Verify that == and != are not used on oops. Only in fastdebug") \ ! #endif // SHARE_GC_SHARED_GC_GLOBALS_HPP
< prev index next >