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 - 140s - waiting for indentation lock
Summary: 140s - waiting for indentation lock
Status: RESOLVED DUPLICATE of bug 196753
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-07-04 13:50 UTC by majiknet
Modified: 2011-09-13 15:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167927


Attachments
nps snapshot (1.09 MB, application/nps)
2011-07-04 13:50 UTC, majiknet
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***