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 221585 - LowPerformance took 3021 ms.
Summary: LowPerformance took 3021 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-11-06 21:29 UTC by ercee
Modified: 2012-11-22 09:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194660


Attachments
nps snapshot (16.97 KB, application/nps)
2012-11-06 21:29 UTC, ercee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ercee 2012-11-06 21:29:46 UTC
This bug was originally marked as duplicate of bug 194559, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Mac OS X
Maximum slowness yet reported was 3021 ms, average is 3021
Comment 1 ercee 2012-11-06 21:29:48 UTC
Created attachment 127260 [details]
nps snapshot
Comment 2 Dusan Balek 2012-11-13 08:41:08 UTC
Seems like a JDK problem - 8 calls to
java.awt.FontMetrics.getStringBounds(...) took 2890 ms (as can be seen from the
attached NPS snapshot).