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 - com.sun.tools.javac.jvm.ClassReader.fillIn: LowPerformance took 125425 ms.
Summary: com.sun.tools.javac.jvm.ClassReader.fillIn: LowPerformance took 125425 ms.
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-03-26 22:35 UTC by cmarcum
Modified: 2015-12-04 22:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216388


Attachments
nps snapshot (2.00 MB, application/nps)
2015-03-26 22:36 UTC, cmarcum
Details

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