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 - org.netbeans.spi.debugger.ContextAwareSupport.createInstance: LowPerformance took 52267 ms.
Summary: org.netbeans.spi.debugger.ContextAwareSupport.createInstance: LowPerformance ...
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-07-03 22:06 UTC by Exceptions Reporter
Modified: 2013-07-25 12:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201895


Attachments
nps snapshot (50.00 KB, application/nps)
2013-07-03 22:06 UTC, Exceptions Reporter
Details

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