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 238010 - org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.propertyChange: LowPerformance took 98727 ms.
Summary: org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.propertyCha...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-11-05 15:41 UTC by Exceptions Reporter
Modified: 2014-02-11 22:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192374


Attachments
nps snapshot (140.87 KB, application/nps)
2013-11-05 15:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-05 15:41:40 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
GUEST: Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! Deployer! 

Why not hot class replacement option?



Maximum slowness yet reported was 98727 ms, average is 81318
Comment 1 Exceptions Reporter 2013-11-05 15:41:42 UTC
Created attachment 141876 [details]
nps snapshot
Comment 2 Martin Entlicher 2013-11-05 17:16:24 UTC
It's waiting on a synchronized block in AWT.
Comment 3 Martin Entlicher 2014-02-11 22:04:14 UTC
Already fixed.
The amount of code that is executed under synchronized block, was reduced.