-
Bug
-
Resolution: Duplicate
-
P4
-
9
The test fails while call Class.forName on an anonymous class created by Unsafe.defineAnonymousClass():
Caused by: java.lang.ClassNotFoundException: java.lang.invoke.LambdaForm$DMH/1167277235
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:288)
at MethodIdentifierParser.getMethod(MethodIdentifierParser.java:56)
at CodelistTest.run(CodelistTest.java:104)
... 30 more
The test should ignore such classes.
Caused by: java.lang.ClassNotFoundException: java.lang.invoke.LambdaForm$DMH/1167277235
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:288)
at MethodIdentifierParser.getMethod(MethodIdentifierParser.java:56)
at CodelistTest.run(CodelistTest.java:104)
... 30 more
The test should ignore such classes.
- duplicates
-
JDK-8073793 serviceability/dcmd/compiler/CodelistTest.java fails with ClassNotFoundException trying to load VM anonymous class
-
- Resolved
-