# HG changeset patch # User thartmann # Date 1409302070 -7200 # Node ID d2c5fee6714352a1e57304c1834b3ef62bdb8fcc # Parent bb239308be6774abb712c46c14662aaf7f7a9276 8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC Summary: Remove the '-XX:+UseParallelGC' parameter from the test because it is conflicting with other GC settings. Reviewed-by: kvn diff -r bb239308be67 -r d2c5fee67143 test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java --- a/test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java Tue Sep 02 14:02:57 2014 -0700 +++ b/test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java Fri Aug 29 10:47:50 2014 +0200 @@ -35,7 +35,7 @@ * @build TestMethodUnloading * @build WorkerClass * @run main ClassFileInstaller sun.hotspot.WhiteBox - * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation -XX:-UseCompressedOops -XX:+UseParallelGC -XX:CompileOnly=TestMethodUnloading::doWork TestMethodUnloading + * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation -XX:-UseCompressedOops -XX:CompileOnly=TestMethodUnloading::doWork TestMethodUnloading */ public class TestMethodUnloading { private static final String workerClassName = "WorkerClass";