-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: repo-leyden
-
Component/s: hotspot
compiler/inlining/TestSubtypeCheckTypeInfo.java test use text pattern to analyze -XX:+PrintCompilation output. It assume next pattern:
166 72 4 java.lang.String::charAt (25 bytes)
But in premain we have additional info:
166 W0.0 Q0.0 C3.0 72 4 java.lang.String::charAt (25 bytes)
We should add a diagnostic flag in premain to print short form.
166 72 4 java.lang.String::charAt (25 bytes)
But in premain we have additional info:
166 W0.0 Q0.0 C3.0 72 4 java.lang.String::charAt (25 bytes)
We should add a diagnostic flag in premain to print short form.
- duplicates
-
JDK-8377618 [Leyden] compiler/inlining/TestSubtypeCheckTypeInfo.java fail
-
- Open
-