On Tue, 26 Jan 2021 19:34:35 GMT, Claes Redestad <redes...@openjdk.org> wrote:
> Simplify and desugar the static initialization of PlatformMBeanFinder. > > While arguably making the code easier to comprehend, this saves 5-6ms on > startup in various applications such as the spring-petclinic. This pull request has now been integrated. Changeset: e696baab Author: Claes Redestad <redes...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/e696baab Stats: 64 lines in 1 file changed: 21 ins; 26 del; 17 mod 8260448: Simplify ManagementFactory$PlatformMBeanFinder Reviewed-by: mchung, dfuchs ------------- PR: https://git.openjdk.java.net/jdk/pull/2244