test/hotspot/jtreg/gc/shenandoah/options/TestClassUnloadingArguments.java
changeset 59296 9186be5c78ba
parent 54777 206afa6372ae
--- a/test/hotspot/jtreg/gc/shenandoah/options/TestClassUnloadingArguments.java	Wed Nov 27 06:36:41 2019 -0800
+++ b/test/hotspot/jtreg/gc/shenandoah/options/TestClassUnloadingArguments.java	Wed Nov 27 11:52:57 2019 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018, Red Hat, Inc. All rights reserved.
+ * Copyright (c) 2018, 2019, Red Hat, Inc. All rights reserved.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
@@ -81,7 +81,7 @@
 
     public static void testShenandoah() throws Exception {
         testWith("Shenandoah GC should have class unloading enabled",
-                true, false,
+                true, true,
                 "-XX:+UnlockExperimentalVMOptions",
                 "-XX:+UseShenandoahGC");