mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-01 05:58:29 +00:00
8239533: ZGC: Make the ZProactive flag non-diagnostic
Reviewed-by: eosterlund, stefank
This commit is contained in:
parent
289513cc2b
commit
aab0ce5f1c
@ -51,6 +51,9 @@
|
||||
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") \
|
||||
\
|
||||
@ -62,9 +65,6 @@
|
||||
"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") \
|
||||
\
|
||||
|
||||
@ -87,7 +87,6 @@ public class TestHighUsage {
|
||||
public static void main(String[] args) throws Exception {
|
||||
ProcessTools.executeTestJvm(new String[]{ "-XX:+UnlockExperimentalVMOptions",
|
||||
"-XX:+UseZGC",
|
||||
"-XX:+UnlockDiagnosticVMOptions",
|
||||
"-XX:-ZProactive",
|
||||
"-Xms128M",
|
||||
"-Xmx128M",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user