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 246621 - org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.propertyChange: LowPerformance took 55568 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: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-08-21 17:17 UTC by Exceptions Reporter
Modified: 2015-04-17 03:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211366


Attachments
nps snapshot (52.14 KB, application/nps)
2014-08-21 17:17 UTC, Exceptions Reporter
Details

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

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
GUEST: Start debug mode and edit a class.



Maximum slowness yet reported was 55568 ms, average is 55568
Comment 1 Exceptions Reporter 2014-08-21 17:17:13 UTC
Created attachment 148822 [details]
nps snapshot
Comment 2 Martin Entlicher 2015-04-15 13:59:38 UTC
Fixed by changeset:   286727:137a6f819f58
http://hg.netbeans.org/core-main/rev/137a6f819f58
Comment 3 Quality Engineering 2015-04-17 03:03:10 UTC
Integrated into 'main-silver', will be available in build *201504170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/137a6f819f58
User: mentlicher@netbeans.org
Log: #246621: Synchronize the access to line fields on a private object to prevent from clashes.