JDK-8170602 : Startup regression due to introduction of lambda in java.io.FilePermissionCollection
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-12-01
  • Updated: 2016-12-08
  • Resolved: 2016-12-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b148Fixed
Related Reports
Relates :  
Description
FilePermissionCollections are created by the builtin AppClassLoader, so using lambdas in this code forces very early initialization of lambdas, which is still cause for relatively large startup and footprint regression on very small and shortrunning applications.