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

Reply via email to