Skip to content

Commit 7ce55b9

Browse files
author
SendaoYan
committed
8352866: TestLogJIT.java runs wrong test class
Backport-of: 67c4405250f93a1188c03bf336db160f77a10c7f
1 parent 2b7f593 commit 7ce55b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

test/hotspot/jtreg/compiler/arguments/TestLogJIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/*
2525
* @test
2626
* @summary Test running with log:jit*=debug enabled.
27-
* @run main/othervm -Xlog:jit*=debug compiler.arguments.TestTraceTypeProfile
27+
* @run main/othervm -Xlog:jit*=debug compiler.arguments.TestLogJIT
2828
*/
2929

3030
package compiler.arguments;

test/hotspot/jtreg/compiler/c2/Test7005594.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
* @summary Array overflow not handled correctly with loop optimzations
2828
*
2929
* @run main/othervm -Xcomp
30-
-XX:CompileOnly=compiler.c2.Test7005594::test
31-
compiler.c2.Test7005594
30+
* -XX:CompileOnly=compiler.c2.Test7005594::test
31+
* compiler.c2.Test7005594
3232
*/
3333

3434
package compiler.c2;

test/hotspot/jtreg/compiler/loopopts/TestMissingSkeletonPredicateForIfNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* predicate is created in loop predication.
2929
* @requires vm.debug == true & vm.compiler2.enabled
3030
* @run main/othervm -XX:-TieredCompilation -Xbatch -XX:-RangeCheckElimination -XX:+BailoutToInterpreterForThrows
31-
compiler.loopopts.TestMissingSkeletonPredicateForIfNode
31+
* compiler.loopopts.TestMissingSkeletonPredicateForIfNode
3232
*/
3333
package compiler.loopopts;
3434

test/hotspot/jtreg/compiler/loopopts/superword/TestSearchAlignment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @summary JVM crash in SWPointer during C2 compilation
2828
*
2929
* @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
30-
-XX:CompileCommand=compileonly,compiler.loopopts.superword.TestSearchAlignment::vMeth
30+
* -XX:CompileCommand=compileonly,compiler.loopopts.superword.TestSearchAlignment::vMeth
3131
* compiler.loopopts.superword.TestSearchAlignment
3232
*/
3333

0 commit comments

Comments
 (0)