From f37dc99baced0a73449f5dc797f282045bc0e0aa Mon Sep 17 00:00:00 2001 From: Tobias Hartmann Date: Tue, 25 Mar 2025 11:11:10 +0100 Subject: [PATCH] 8352866: TestLogJIT.java runs wrong test class --- test/hotspot/jtreg/compiler/arguments/TestLogJIT.java | 2 +- test/hotspot/jtreg/compiler/c2/Test7005594.java | 4 ++-- .../loopopts/TestMissingSkeletonPredicateForIfNode.java | 2 +- .../compiler/loopopts/superword/TestSearchAlignment.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/hotspot/jtreg/compiler/arguments/TestLogJIT.java b/test/hotspot/jtreg/compiler/arguments/TestLogJIT.java index afafe17523cc0..dbbd6dcfdc5a3 100644 --- a/test/hotspot/jtreg/compiler/arguments/TestLogJIT.java +++ b/test/hotspot/jtreg/compiler/arguments/TestLogJIT.java @@ -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; diff --git a/test/hotspot/jtreg/compiler/c2/Test7005594.java b/test/hotspot/jtreg/compiler/c2/Test7005594.java index 1b2d6d73caf93..005bc12142e84 100644 --- a/test/hotspot/jtreg/compiler/c2/Test7005594.java +++ b/test/hotspot/jtreg/compiler/c2/Test7005594.java @@ -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; diff --git a/test/hotspot/jtreg/compiler/loopopts/TestMissingSkeletonPredicateForIfNode.java b/test/hotspot/jtreg/compiler/loopopts/TestMissingSkeletonPredicateForIfNode.java index debc4a3890b9c..096abe015b331 100644 --- a/test/hotspot/jtreg/compiler/loopopts/TestMissingSkeletonPredicateForIfNode.java +++ b/test/hotspot/jtreg/compiler/loopopts/TestMissingSkeletonPredicateForIfNode.java @@ -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; diff --git a/test/hotspot/jtreg/compiler/loopopts/superword/TestSearchAlignment.java b/test/hotspot/jtreg/compiler/loopopts/superword/TestSearchAlignment.java index 5242adb43b5c2..1ecaf6a2e15d3 100644 --- a/test/hotspot/jtreg/compiler/loopopts/superword/TestSearchAlignment.java +++ b/test/hotspot/jtreg/compiler/loopopts/superword/TestSearchAlignment.java @@ -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 */