-
Bug
-
Resolution: Fixed
-
P5
-
22, 24, 25
-
b16
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;
- caused by
-
JDK-8312597 Convert TraceTypeProfile to UL
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/67c44052
-
Review(master) openjdk/jdk24u/167
-
Review(master) openjdk/jdk/24221