-
Bug
-
Resolution: Fixed
-
P5
-
22, 24, 25
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8355491 | 24.0.2 | Sendao Yan | P5 | Resolved | Fixed | master |
diff --git a/test/hotspot/jtreg/compiler/arguments/TestLogJIT.java b/test/hotspot/jtreg/compiler/arguments/TestLogJIT.jav
a
index afafe17523c..dbbd6dcfdc5 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;
a
index afafe17523c..dbbd6dcfdc5 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;
- backported by
-
JDK-8355491 TestLogJIT.java runs wrong test class
-
- Resolved
-
- caused by
-
JDK-8312597 Convert TraceTypeProfile to UL
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk24u/7ce55b99
-
Commit(master) openjdk/jdk/67c44052
-
Review(master) openjdk/jdk24u/167
-
Review(master) openjdk/jdk/24221
(1 links to)