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 215269 - LowPerformance took 20939 ms.
Summary: LowPerformance took 20939 ms.
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-07-09 08:29 UTC by Exceptions Reporter
Modified: 2012-10-09 12:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190536


Attachments
nps snapshot (59.15 KB, application/nps)
2012-07-09 08:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-07-09 08:29:43 UTC
This bug was originally marked as duplicate of bug 188400, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201201181214)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP
Maximum slowness yet reported was 20939 ms, average is 20939
Comment 1 Exceptions Reporter 2012-07-09 08:29:51 UTC
Created attachment 121817 [details]
nps snapshot
Comment 2 Marek Fukala 2012-10-09 11:30:54 UTC
HtmlSpecificRefactoringsProvider.canExtractInlineStyle() calls EditorCookie.getOpenedPanes() which triggers initialization of lots of editor's classes => classloading
Comment 3 Milutin Kristofic 2012-10-09 12:50:53 UTC
I would say awt thread was waiting 2s in cloneableeditor for openide.text editor initialization to finish, which was classloading. There was some fixes in recent years like Bug #210127.