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 230176

Summary: org.netbeans.modules.editor.indent.IndentImpl.reformatLock: LowPerformance took 10862 ms.
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adamabed, jan.kurnatowski, nermin.i, sdedic
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200867
Attachments: nps snapshot

Description Exceptions Reporter 2013-05-23 12:44:30 UTC
This issue was reported manually by sdedic.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_09-icedtea-mockbuild_2012_10_17_15_53-b00
OS: Linux
Maximum slowness yet reported was 10862 ms, average is 10862
Comment 1 Exceptions Reporter 2013-05-23 12:44:32 UTC
Created attachment 134806 [details]
nps snapshot
Comment 2 Dusan Balek 2013-06-10 09:40:34 UTC
Couple of attached profiler snapshots that I've checked, show AWT EDT (inside
GsfReformatTask) waiting for the parser lock which is held by slow HTML
indexing.

*** This bug has been marked as a duplicate of bug 226974 ***