mbien opened a new pull request, #5638: URL: https://github.com/apache/netbeans/pull/5638
draft/experiment Some of the warmup tasks were written in times without concurrent classloading, no class data sharing, no tierd compilation, stop the world GCs, systems with 1-2 cores and mechanical disks. Today, they likely do more harm than good. I tested with disabled warmup tasks the first time usage of: menu entries, auto completion, rename refactoring, drag and drop, popups etc and could see no difference to before. Everything appeared instantly. The tasks would have taken ~3s total on my system after startup, time the IDE can spend for other things. the following tasks were active (X means now disabled): ``` Found [ X WarmUp/org-netbeans-modules-editor-EditorWarmUpTask, WarmUp/org-netbeans-modules-java-j2seplatform-DebianJavaPlatformDetector, X WarmUp/org-netbeans-modules-java-j2seplatform-J2SEPlatformWarmUp, WarmUp/org-netbeans-modules-java-j2seplatform-SdkManJavaPlatformDetector, X WarmUp/org-netbeans-modules-refactoring-impl-RefactoringWarmUpTask, MetaInfServicesLookup.Item[org.netbeans.core.ui.warmup.DiagnosticTask], X MetaInfServicesLookup.Item[org.netbeans.core.ui.warmup.DnDWarmUpTask], X MetaInfServicesLookup.Item[org.netbeans.core.ui.warmup.MenuWarmUpTask], X MetaInfServicesLookup.Item[org.netbeans.modules.java.editor.JavaEditorWarmUpTask$Provider] ] warm up task(s) ``` remaining tasks are not used for warmup purposes. -- 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
