diff -r 8b6cc0bb93d0 -r 9186be5c78ba test/hotspot/jtreg/gc/shenandoah/options/TestClassUnloadingArguments.java --- 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");