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 196042 - [70cat] LowPerformance took 4566 ms.
Summary: [70cat] LowPerformance took 4566 ms.
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-02-26 14:09 UTC by simpatico
Modified: 2011-03-05 05:47 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173942


Attachments
nps snapshot (28.16 KB, application/nps)
2011-02-26 14:09 UTC, simpatico
Details

Note You need to log in before you can comment on or make changes to this bug.
Description simpatico 2011-02-26 14:09:25 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
jdlee: Attaching debugger to remote GlassFish instance

GUEST: Minimize edit window (Shift+Esc)



Maximum slowness yet reported was 8735 ms, average is 5009
Comment 1 simpatico 2011-02-26 14:09:31 UTC
Created attachment 106475 [details]
nps snapshot
Comment 2 Martin Entlicher 2011-03-04 09:35:28 UTC
AWT thread is waiting on a monitor that is held by another thread. We need to move it into a RequestProcessor.
Comment 3 Martin Entlicher 2011-03-04 14:18:53 UTC
Fixed by changeset:   190221:c839989949dc
http://hg.netbeans.org/main/rev/c839989949dc
Comment 4 Quality Engineering 2011-03-05 05:47:25 UTC
Integrated into 'main-golden', will be available in build *201103050000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c839989949dc
User: mentlicher@netbeans.org
Log: #196042 Do not wait for a lock in AWT.