Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
10, 11, 14, 15
-
b23
Description
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.
Attachments
Issue Links
- relates to
-
JDK-8189611 JarFile versioned stream and real name support
-
- Resolved
-