Skip to content

Commit

Permalink
8239533: ZGC: Make the ZProactive flag non-diagnostic
Browse files Browse the repository at this point in the history
Reviewed-by: eosterlund, stefank
  • Loading branch information
pliden committed Feb 24, 2020
1 parent 289513c commit aab0ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/hotspot/share/gc/z/z_globals.hpp
Expand Up @@ -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") \
\
Expand All @@ -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") \
\
Expand Down
1 change: 0 additions & 1 deletion test/hotspot/jtreg/gc/z/TestHighUsage.java
Expand Up @@ -87,7 +87,6 @@ public static void main(String[] args) throws Exception {
public static void main(String[] args) throws Exception {
ProcessTools.executeTestJvm(new String[]{ "-XX:+UnlockExperimentalVMOptions",
"-XX:+UseZGC",
"-XX:+UnlockDiagnosticVMOptions",
"-XX:-ZProactive",
"-Xms128M",
"-Xmx128M",
Expand Down

0 comments on commit aab0ce5

Please sign in to comment.