-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b21
-
generic
Somewhere in test framework for CDS the line in ExtraSharedClassList file is added '\f' at end of a line. This is found when working on jdk-8247536 for test case DumpClassListWithLF.java, it led to the method type verification failed since the second part of method type length is 2 not 1.
With this fixed, the code in src/java.base/share/classes/jdk/internal/misc/CDS.java:
Verification first does not need to trim the string first.
With this fixed, the code in src/java.base/share/classes/jdk/internal/misc/CDS.java:
Verification first does not need to trim the string first.
- relates to
-
JDK-8247536 Support for pre-generated java.lang.invoke classes in CDS static archive
-
- Resolved
-