< prev index next >

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

Print this page

        

*** 303,313 **** \ manageable(uintx, G1PeriodicGCInterval, 0, \ "Number of milliseconds after a previous GC to wait before " \ "triggering a periodic gc. A value of zero disables periodically "\ "enforced gc cycles.") \ - range(0, max_uintx) \ \ product(bool, G1PeriodicGCInvokesConcurrent, true, \ "Determines the kind of periodic GC. Set to true to have G1 " \ "perform a concurrent GC as periodic GC, otherwise use a STW " \ "Full GC.") \ --- 303,312 ----
< prev index next >