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 198978 - LowPerformance took 33106 ms.
Summary: LowPerformance took 33106 ms.
Status: RESOLVED DUPLICATE of bug 179407
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-05-29 15:06 UTC by sebglon
Modified: 2012-10-29 10:33 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166196


Attachments
nps snapshot (256.26 KB, application/nps)
2011-05-29 15:07 UTC, sebglon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sebglon 2011-05-29 15:06:53 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux
Maximum slowness yet reported was 33106 ms, average is 18766
Comment 1 sebglon 2011-05-29 15:07:04 UTC
Created attachment 108577 [details]
nps snapshot
Comment 2 Tomas Zezula 2011-05-30 08:30:40 UTC
Is it needed to call o.n.m.i18n.Util.getResources() from AWT?
It seems that it's the first call and the caches are not yet done.
If it's needed feel free to reassign back, I will initiate the caches in warm up task.
Comment 3 Jan Stola 2011-09-06 15:25:41 UTC
> Is it needed to call o.n.m.i18n.Util.getResources() from AWT?

It is called during GUI form loading/initialization that must be performed in AWT because it accesses Swing/AWT components heavily. It would be problematic to separate this call from this thread.

> If it's needed feel free to reassign back,
> I will initiate the caches in warm up task.

I am reassigning this issue back. It is nice if you feel like improving whatever on your side. If you changed your mind since the last time you commented this issue then feel free to close this issue as a duplicate of issue 179407 (= loading of forms blocks AWT).
Comment 4 Petr Cyhelsky 2012-10-29 10:33:29 UTC

*** This bug has been marked as a duplicate of bug 179407 ***