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 211070 - LowPerformance took 40631 ms.
Summary: LowPerformance took 40631 ms.
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-04-12 08:38 UTC by kiroff
Modified: 2012-04-12 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186937


Attachments
nps snapshot (412.01 KB, application/nps)
2012-04-12 08:39 UTC, kiroff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kiroff 2012-04-12 08:38:56 UTC
This bug was originally marked as duplicate of bug 175806, 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.1.1 (Build 201203012225)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_23-b23
OS: Linux
Maximum slowness yet reported was 40631 ms, average is 40631
Comment 1 kiroff 2012-04-12 08:39:14 UTC
Created attachment 118176 [details]
nps snapshot
Comment 2 Martin Fousek 2012-04-12 15:57:36 UTC
It shouldn't happen any more since NB7.2 with transactional indexing. Slowness is caused by calling userActionTask for javasource created from ClasspathInfo. In that case by initial scanning could happen that the action was blocked until scanning was finished.

In nb7.2 it shouldn't happen and the task should be started collaterally. Closing as worksforme but please reopen this issue if it would happen in NB7.2+. Thanks...