-
Bug
-
Resolution: Fixed
-
P5
-
6
-
b22
The JDK implementation contains sun.nio.ByteBuffered class that is no longer used and should be deleted together with other related code in sun.misc.Resource and java.net.URLClassLoader.
Its intent was to avoid copying of data during class-loading and use ClassLoader.defineClass method operating directly on a ButeBuffer that maps portion of JAR file into memory but this path is not used in Mustang builds where only central catalogue is mapped into memory.
Its intent was to avoid copying of data during class-loading and use ClassLoader.defineClass method operating directly on a ButeBuffer that maps portion of JAR file into memory but this path is not used in Mustang builds where only central catalogue is mapped into memory.
- links to
-
Commit(master)
openjdk/jdk/20bcf0ed
-
Review(master)
openjdk/jdk/28016