mbien commented on issue #9490: URL: https://github.com/apache/netbeans/issues/9490#issuecomment-4906341822
https://github.com/apache/netbeans/blob/e45e218307fce4891f6ea1d58efb5ff7031518e2/platform/o.n.bootstrap/src/org/netbeans/StandardModuleData.java#L71-L73 `localeVariants` could be potentially initialized lazily to avoid hitting the monitor, assuming nothing else in the remaining constructor would hit it later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
