-
Enhancement
-
Resolution: Unresolved
-
P4
-
9, 10
-
Fix Understood
-
generic
-
generic
After JVMCI integration JDK-8136421 the output of -XX:+CIPrintCompilerName has repeated compiler name:
C1: 12482 C1:11920 1 org.graalvm.compiler.nodes.java.MonitorEnterNode::<init> (10 bytes)
JVMCI: 12484 JVMCI:10015 4 java.util.TimSort::ensureCapacity (104 bytes)
It could be mis-merge withJDK-8135067 changes.
It is low priority issue since CIPrintCompilerName is debug flag.
C1: 12482 C1:11920 1 org.graalvm.compiler.nodes.java.MonitorEnterNode::<init> (10 bytes)
JVMCI: 12484 JVMCI:10015 4 java.util.TimSort::ensureCapacity (104 bytes)
It could be mis-merge with
It is low priority issue since CIPrintCompilerName is debug flag.