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 199878

Summary: 140s - waiting for indentation lock
Product: java Reporter: majiknet <majiknet>
Component: SourceAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tnleeuw, _m4c0_
Priority: P2 Keywords: PERFORMANCE
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167927
Attachments: nps snapshot

Description majiknet 2011-07-04 13:50:15 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Oracle JRockit(R), R28.1.3-11-141760-1.6.0_24-20110301-1429-windows-ia32, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

User Comments:
tnleeuw: Switching between a JS and JSP file in editor



Maximum slowness yet reported was 140280 ms, average is 39583
Comment 1 majiknet 2011-07-04 13:50:45 UTC
Created attachment 109225 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-07-14 09:46:17 UTC
In AWT: org.netbeans.modules.web.core.syntax.gsf.JspKeystrokeHandler$1.run() waits for org.netbeans.modules.editor.indent.IndentImpl.indentLock()
That one waits for org.netbeans.modules.parsing.impl.Utilities.acquireParserLock()
Comment 3 Dusan Balek 2011-09-13 15:29:57 UTC
Already fixed.

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