-
Bug
-
Resolution: Fixed
-
P4
-
10, 11, 14, 15
-
b23
Capturing lambdas are relatively expensive, and should be avoided if possible. Anonymous local functions, too.
All lambdas used in the interaction between JarFile and ZipFile can be avoided by having ZipFile call a shared secret in JarFile to create a JarFileEntry when appropriate. This removes an allocation per lookup.
All lambdas used in the interaction between JarFile and ZipFile can be avoided by having ZipFile call a shared secret in JarFile to create a JarFileEntry when appropriate. This removes an allocation per lookup.
- relates to
-
JDK-8189611 JarFile versioned stream and real name support
-
- Resolved
-