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 234168

Summary: org.netbeans.editor.BaseDocument.extWriteLock: LowPerformance took 6785 ms.
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202925
Attachments: nps snapshot

Description Exceptions Reporter 2013-08-09 08:26:32 UTC
This bug was originally marked as duplicate of bug 221639, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
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: 1000 lines html page with script code, constantly hangs while editing



Maximum slowness yet reported was 6785 ms, average is 6785
Comment 1 Exceptions Reporter 2013-08-09 08:26:34 UTC
Created attachment 138486 [details]
nps snapshot
Comment 2 Milutin Kristofic 2013-08-19 12:32:11 UTC
Awt thread is blocked by Hints thread. AnnotationHolder calls BaseDocument.render() which is slow down by java.security.AccessController, maybe because of many new threads in DocumentViewOp
Comment 3 Martin Balin 2016-07-07 07:30:11 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss