Details
Description
Instead of using hand-written classpath parsing code:
http://hg.openjdk.java.net/jdk/jdk/file/489b8e142559/src/hotspot/share/memory/filemap.cpp#l569
Use the new ClasspathStream added inJDK-8230011
http://hg.openjdk.java.net/jdk/jdk/file/489b8e142559/src/hotspot/share/classfile/classLoader.cpp#l171
http://hg.openjdk.java.net/jdk/jdk/file/489b8e142559/src/hotspot/share/memory/filemap.cpp#l569
Use the new ClasspathStream added in
http://hg.openjdk.java.net/jdk/jdk/file/489b8e142559/src/hotspot/share/classfile/classLoader.cpp#l171
Attachments
Issue Links
- relates to
-
JDK-8230011 Consolidate duplicated classpath parsing code in classLoader.cpp
-
- Resolved
-