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 240090 - org.netbeans.modules.project.ui.OpenProjectListSettings.getProjectsFolder: LowPerformance took 25178 ms.
Summary: org.netbeans.modules.project.ui.OpenProjectListSettings.getProjectsFolder: Lo...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-01-07 16:28 UTC by Exceptions Reporter
Modified: 2014-01-15 07:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199850


Attachments
nps snapshot (33.61 KB, application/nps)
2014-01-07 16:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-01-07 16:28:04 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
GUEST: <record>
  <date>2014-01-05T22:56:43</date>
  <millis>1388959003385</millis>
  <sequence>7</sequence>
  <level>FINEST</level>
  <thread>14</thread>
  <message>SCREEN SIZE</message>
  <param>1680</param>
  <param>1050</param>
  <param>1</param>
</record>
<record>
  <date>2014-01-05T22:56:43</date>
  <millis>1388959003385</millis>
  <sequence>8</sequence>
  <level>CONFIG</level>
  <thread>14</thread>
  <message>IDE_STARTUP</message>
</record>
<record>
  <date>2014-01-05T22:56:47</date>
  <millis>1388959007675</millis>
  <sequence>41</sequence>
  <level>CONFIG</level>
  <thread>23</thread>
  <message>UI_INIT_PROJECTS</message>
  <key>UI_INIT_PROJECTS</key>
  <catalog>org.netbeans.modules.project.ui.Bundle</catalog>
  <param>org.netbeans.modules.java.j2seproject.J2SEProject</param>
  <param>J2SEProject</param>
  <param>2</param>
</record>
<record>
  <date>2014-01-05T22:56:47</date>
  <millis>1388959007675</millis>
  <sequence>42</sequence>
  <level>INFO</level>
  <thread>23</thread>
  <mes



Maximum slowness yet reported was 47078 ms, average is 36128
Comment 1 Exceptions Reporter 2014-01-07 16:28:05 UTC
Created attachment 143683 [details]
nps snapshot
Comment 2 Milos Kleint 2014-01-15 07:16:45 UTC
in both reports only AWT thread is running, no background activity in other threads, still AWT blocks on native IO calls. Not much we can do here AFAIK. Likely some other app is doing intensive IO itself, thus slowing down netbeans.