Eirik Bjorsnos
Eirik Bjorsnos
Please consider this PR which suggests we rename `ZipEntry.extraAttributes` to `ZipEntry.externalFileAttributes`. This field was introduced in [JDK-8218021](https://bugs.openjdk.org/browse/JDK-8218021), originally under the name `ZipEntry.posixPerms`. [JDK-8250968](https://bugs.openjdk.org/browse/JDK-8250968) later renamed the field to `ZipEntry.extraAttributes` and...
This PR removes the Hotspot-internal MBeans from `sun.management`, along with associated implementation code, factory methods, tests and native code. In draft mode until we decide where to draw the line...
Please review this PR which speeds up `JarFile::getEntry` lookup significantly for multi-release JAR files. The changes in this PR are motivated by the following insights: * `META-INF/versions/` is sparsely populated....
Please review this cleanup PR which updates a total of 12 links to external documentation or references in `java.base` to use https instead of plain text http. Links in `java.security`...