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 251449

Summary: com.sun.tools.javac.jvm.ClassReader.fillIn: LowPerformance took 125425 ms.
Product: groovy Reporter: cmarcum <cmarcum>
Component: RefactoringAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: normal CC: bruno.flavio, jglick, MarkFlacy
Priority: P3 Keywords: PERFORMANCE
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216388
Attachments: nps snapshot

Description cmarcum 2015-03-26 22:35:41 UTC
This bug was originally marked as duplicate of bug 216053, 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.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Linux

User Comments:
cmarcum: Copy and Paste text from one file to another and then the editor hung up and was unresponsive. the only UI feature that worked was the window controls (minimize, maximize)



Maximum slowness yet reported was 125425 ms, average is 125425
Comment 1 cmarcum 2015-03-26 22:36:03 UTC
Created attachment 152867 [details]
nps snapshot
Comment 2 Dusan Balek 2015-03-27 10:32:11 UTC
As can be seen from the attached snapshot, AWT EDT thread is blocked by an exteremly slow groovy refactoring task running. Reassigning.