提交 6790e2a4 编写于 作者: J jprovino

Merge

...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
/* /*
* @test * @test
* @bug 6431242 * @bug 6431242
* @run main/othervm -server -XX:+PrintCompilation Test * @run main Test
*/ */
public class Test{ public class Test{
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @bug 6589834 * @bug 6589834
* @summary deoptimization problem with -XX:+DeoptimizeALot * @summary deoptimization problem with -XX:+DeoptimizeALot
* *
* @run main/othervm -server Test_ia32 * @run main Test_ia32
*/ */
/*************************************************************************************** /***************************************************************************************
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @bug 6636138 * @bug 6636138
* @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation. * @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 { public class Test1 {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @bug 6636138 * @bug 6636138
* @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation. * @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 { public class Test2 {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @test * @test
* @bug 6795161 * @bug 6795161
* @summary Escape analysis leads to data corruption * @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 { class Test_Class_1 {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @test * @test
* @bug 6946040 * @bug 6946040
* @summary Tests Character/Short.reverseBytes and their intrinsics implementation in the server compiler * @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. // This test must run without any command line arguments.
......
...@@ -45,5 +45,5 @@ ${TESTJAVA}/bin/jar -uf0 foo.jar Test7068051.java ...@@ -45,5 +45,5 @@ ${TESTJAVA}/bin/jar -uf0 foo.jar Test7068051.java
${TESTJAVA}/bin/javac -d . Test7068051.java ${TESTJAVA}/bin/javac -d . Test7068051.java
${TESTJAVA}/bin/java -showversion -Xbatch ${TESTVMOPTS} Test7068051 foo.jar ${TESTJAVA}/bin/java ${TESTVMOPTS} -showversion -Xbatch Test7068051 foo.jar
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @bug 8000805 * @bug 8000805
* @summary JMM issue: short loads are non-atomic * @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 { public class Test8000805 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册