This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 247503 - org.netbeans.modules.java.j2seplatform.platformdefinition.Util.getRootURL: LowPerformance took 46066 ms.
Summary: org.netbeans.modules.java.j2seplatform.platformdefinition.Util.getRootURL: Lo...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-09-26 19:32 UTC by kkidman
Modified: 2015-03-18 10:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212265


Attachments
nps snapshot (36.78 KB, application/nps)
2014-09-26 19:32 UTC, kkidman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kkidman 2014-09-26 19:32:25 UTC
This bug was originally marked as duplicate of bug 233800, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
kkidman: I was executing a program and things just stopped for a few seconds.  This has happened several times.



Maximum slowness yet reported was 46066 ms, average is 46066
Comment 1 kkidman 2014-09-26 19:32:27 UTC
Created attachment 149547 [details]
nps snapshot
Comment 2 Tomas Zezula 2015-03-18 10:29:00 UTC
The single file open took 36sec.
Seems as a heavy IO load.
If more reports come we can move the ProjectRunnerImpl.execute() out of EDT but it's non trivial change.