# HG changeset patch # User jiangli # Date 1362681555 28800 # Node ID 18ab81575093715c42a8985ba49fef067b2e3b87 # Parent 7234fc6fbe9017c78e8b82d35384b61cc3a6b122# Parent e11a0f07d5bc277143d42b6e0c6b12bd52f55145 Merge diff -r 7234fc6fbe90 -r 18ab81575093 hotspot/test/compiler/6431242/Test.java --- a/hotspot/test/compiler/6431242/Test.java Thu Mar 07 14:29:02 2013 +0100 +++ b/hotspot/test/compiler/6431242/Test.java Thu Mar 07 10:39:15 2013 -0800 @@ -25,7 +25,7 @@ /* * @test * @bug 6431242 - * @run main/othervm -server -XX:+PrintCompilation Test + * @run main Test */ public class Test{ diff -r 7234fc6fbe90 -r 18ab81575093 hotspot/test/compiler/6589834/Test_ia32.java --- a/hotspot/test/compiler/6589834/Test_ia32.java Thu Mar 07 14:29:02 2013 +0100 +++ b/hotspot/test/compiler/6589834/Test_ia32.java Thu Mar 07 10:39:15 2013 -0800 @@ -26,7 +26,7 @@ * @bug 6589834 * @summary deoptimization problem with -XX:+DeoptimizeALot * - * @run main/othervm -server Test_ia32 + * @run main Test_ia32 */ /*************************************************************************************** diff -r 7234fc6fbe90 -r 18ab81575093 hotspot/test/compiler/6636138/Test1.java --- a/hotspot/test/compiler/6636138/Test1.java Thu Mar 07 14:29:02 2013 +0100 +++ b/hotspot/test/compiler/6636138/Test1.java Thu Mar 07 10:39:15 2013 -0800 @@ -26,7 +26,7 @@ * @bug 6636138 * @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation. * - * @run main/othervm -server -Xbatch -XX:CompileOnly=Test1.init Test1 + * @run main/othervm -Xbatch -XX:CompileOnly=Test1.init Test1 */ public class Test1 { diff -r 7234fc6fbe90 -r 18ab81575093 hotspot/test/compiler/6636138/Test2.java --- a/hotspot/test/compiler/6636138/Test2.java Thu Mar 07 14:29:02 2013 +0100 +++ b/hotspot/test/compiler/6636138/Test2.java Thu Mar 07 10:39:15 2013 -0800 @@ -26,7 +26,7 @@ * @bug 6636138 * @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation. * - * @run main/othervm -server -Xbatch -XX:CompileOnly=Test2.shift Test2 + * @run main/othervm -Xbatch -XX:CompileOnly=Test2.shift Test2 */ public class Test2 { diff -r 7234fc6fbe90 -r 18ab81575093 hotspot/test/compiler/6795161/Test.java --- a/hotspot/test/compiler/6795161/Test.java Thu Mar 07 14:29:02 2013 +0100 +++ b/hotspot/test/compiler/6795161/Test.java Thu Mar 07 10:39:15 2013 -0800 @@ -26,7 +26,7 @@ * @test * @bug 6795161 * @summary Escape analysis leads to data corruption - * @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:CompileOnly=Test -XX:+DoEscapeAnalysis Test + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:CompileOnly=Test -XX:+DoEscapeAnalysis Test */ class Test_Class_1 { diff -r 7234fc6fbe90 -r 18ab81575093 hotspot/test/compiler/6946040/TestCharShortByteSwap.java --- a/hotspot/test/compiler/6946040/TestCharShortByteSwap.java Thu Mar 07 14:29:02 2013 +0100 +++ b/hotspot/test/compiler/6946040/TestCharShortByteSwap.java Thu Mar 07 10:39:15 2013 -0800 @@ -26,7 +26,7 @@ * @test * @bug 6946040 * @summary Tests Character/Short.reverseBytes and their intrinsics implementation in the server compiler - * @run main/othervm -Xbatch -server -XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap + * @run main/othervm -Xbatch -XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap */ // This test must run without any command line arguments. diff -r 7234fc6fbe90 -r 18ab81575093 hotspot/test/compiler/7068051/Test7068051.sh --- a/hotspot/test/compiler/7068051/Test7068051.sh Thu Mar 07 14:29:02 2013 +0100 +++ b/hotspot/test/compiler/7068051/Test7068051.sh Thu Mar 07 10:39:15 2013 -0800 @@ -45,5 +45,5 @@ ${TESTJAVA}/bin/javac -d . Test7068051.java -${TESTJAVA}/bin/java -showversion -Xbatch ${TESTVMOPTS} Test7068051 foo.jar +${TESTJAVA}/bin/java ${TESTVMOPTS} -showversion -Xbatch Test7068051 foo.jar diff -r 7234fc6fbe90 -r 18ab81575093 hotspot/test/compiler/8000805/Test8000805.java --- a/hotspot/test/compiler/8000805/Test8000805.java Thu Mar 07 14:29:02 2013 +0100 +++ b/hotspot/test/compiler/8000805/Test8000805.java Thu Mar 07 10:39:15 2013 -0800 @@ -26,7 +26,7 @@ * @bug 8000805 * @summary JMM issue: short loads are non-atomic * - * @run main/othervm -server -XX:-TieredCompilation -Xcomp -XX:+PrintCompilation -XX:CompileOnly=Test8000805.loadS2LmaskFF,Test8000805.loadS2Lmask16,Test8000805.loadS2Lmask13,Test8000805.loadUS_signExt,Test8000805.loadB2L_mask8 Test8000805 + * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -Xcomp -XX:+PrintCompilation -XX:CompileOnly=Test8000805.loadS2LmaskFF,Test8000805.loadS2Lmask16,Test8000805.loadS2Lmask13,Test8000805.loadUS_signExt,Test8000805.loadB2L_mask8 Test8000805 */ public class Test8000805 {