8239533: ZGC: Make the ZProactive flag non-diagnostic

Reviewed-by: eosterlund, stefank
This commit is contained in:
Per Lidén 2020-02-24 11:01:51 +01:00
parent 289513cc2b
commit aab0ce5f1c
2 changed files with 3 additions and 4 deletions

View File

@ -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") \
\

View File

@ -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",