-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-svc
The static initialization of PlatformMBeanFinder takes around 10ms and is somewhat convoluted. Desugaring lambdas and folding code gets the initialization overhead down to ~4-5ms while simplifying it somewhat.