changeset 20385:c35aec39d08e

Merge
author anoll
date Wed, 03 Sep 2014 08:44:47 +0000
parents 14b8221771dc (current diff) d2c5fee67143 (diff)
children edb5f3b38aab
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java	Wed Sep 03 09:25:44 2014 +0200
+++ b/test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java	Wed Sep 03 08:44:47 2014 +0000
@@ -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";