Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/compiler/arguments/TestLogJIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/*
* @test
* @summary Test running with log:jit*=debug enabled.
* @run main/othervm -Xlog:jit*=debug compiler.arguments.TestTraceTypeProfile
* @run main/othervm -Xlog:jit*=debug compiler.arguments.TestLogJIT
*/

package compiler.arguments;
Expand Down
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/compiler/c2/Test7005594.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
* @summary Array overflow not handled correctly with loop optimzations
*
* @run main/othervm -Xcomp
-XX:CompileOnly=compiler.c2.Test7005594::test
compiler.c2.Test7005594
* -XX:CompileOnly=compiler.c2.Test7005594::test
* compiler.c2.Test7005594
*/

package compiler.c2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* predicate is created in loop predication.
* @requires vm.debug == true & vm.compiler2.enabled
* @run main/othervm -XX:-TieredCompilation -Xbatch -XX:-RangeCheckElimination -XX:+BailoutToInterpreterForThrows
compiler.loopopts.TestMissingSkeletonPredicateForIfNode
* compiler.loopopts.TestMissingSkeletonPredicateForIfNode
*/
package compiler.loopopts;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @summary JVM crash in SWPointer during C2 compilation
*
* @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation -XX:-UseOnStackReplacement
-XX:CompileCommand=compileonly,compiler.loopopts.superword.TestSearchAlignment::vMeth
* -XX:CompileCommand=compileonly,compiler.loopopts.superword.TestSearchAlignment::vMeth
* compiler.loopopts.superword.TestSearchAlignment
*/

Expand Down