< prev index next >

src/hotspot/share/gc/z/z_globals.hpp

Print this page

        

*** 49,58 **** --- 49,61 ---- range(32*M, 1024*G) \ \ experimental(uint, ZCollectionInterval, 0, \ "Force GC at a fixed time interval (in seconds)") \ \ + experimental(bool, ZProactive, true, \ + "Enable proactive GC cycles") \ + \ experimental(bool, ZUncommit, true, \ "Uncommit unused memory") \ \ experimental(uintx, ZUncommitDelay, 5 * 60, \ "Uncommit memory if it has been unused for the specified " \
*** 60,72 **** \ diagnostic(uint, ZStatisticsInterval, 10, \ "Time between statistics print outs (in seconds)") \ range(1, (uint)-1) \ \ - diagnostic(bool, ZProactive, true, \ - "Enable proactive GC cycles") \ - \ diagnostic(bool, ZVerifyViews, false, \ "Verify heap view accesses") \ \ diagnostic(bool, ZVerifyRoots, trueInDebug, \ "Verify roots") \ --- 63,72 ----
< prev index next >