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 232235

Summary: org.netbeans.spi.debugger.ContextAwareSupport.createInstance: LowPerformance took 52267 ms.
Product: debugger Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201895
Attachments: nps snapshot

Description Exceptions Reporter 2013-07-03 22:06:23 UTC
This bug was originally marked as duplicate of bug 221678, 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.3.1 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
GUEST: netbeans was indexing the maven repository



Maximum slowness yet reported was 52267 ms, average is 52267
Comment 1 Exceptions Reporter 2013-07-03 22:06:26 UTC
Created attachment 136684 [details]
nps snapshot
Comment 2 Martin Entlicher 2013-07-25 12:37:24 UTC
Extremely slow loading of classes.
The disk is busy with indexing and thus every action in AWT, that needs to load a class file from disk, will wait.