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

Summary: [70cat] LowPerformance took 4566 ms.
Product: debugger Reporter: simpatico
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: aldo, jdlee, TobiasKranz
Priority: P3 Keywords: PERFORMANCE
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 173942
Attachments: nps snapshot

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.