RFR: 8224589: Improve startup behavior of SecurityProperties

Claes Redestad claes.redestad at oracle.com
Wed May 22 10:14:48 UTC 2019


Hi,

some recent security features have been pushing initialization of
sun.security.util.SecurityProperties to happen earlier in the
bootstrap sequence, which is affecting startup timings on a few
targetted applications.

This patch helps by desugaring potentially early bootstrap lambda use,
and further keep the impact more neutral in cases where no 
SecurityManager is installed.

Webrev: http://cr.openjdk.java.net/~redestad/8224589/open.00/
Bug:    https://bugs.openjdk.java.net/browse/JDK-8224589

Thanks!

/Claes



More information about the security-dev mailing list