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 225368 - org.openide.execution.NbClassLoader.findClass: LowPerformance took 41061 ms.
Summary: org.openide.execution.NbClassLoader.findClass: LowPerformance took 41061 ms.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-01-26 10:59 UTC by Exceptions Reporter
Modified: 2013-06-26 12:18 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198024


Attachments
nps snapshot (855.65 KB, application/nps)
2013-01-26 10:59 UTC, Exceptions Reporter
Details
nps snapshot (45.88 KB, application/nps)
2013-03-26 13:51 UTC, alexandrefporto
Details
nps snapshot (1.09 MB, application/nps)
2013-05-23 00:38 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-01-26 10:59:18 UTC
This bug was originally marked as duplicate of bug 208789, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201301250001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Mac OS X
Maximum slowness yet reported was 41061 ms, average is 41061
Comment 1 Exceptions Reporter 2013-01-26 10:59:31 UTC
Created attachment 130682 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2013-01-26 11:39:44 UTC
saving in the options panel, it seems
Comment 3 alexandrefporto 2013-03-26 13:51:44 UTC
Created attachment 133086 [details]
nps snapshot
Comment 4 Exceptions Reporter 2013-05-23 00:38:27 UTC
Created attachment 134772 [details]
nps snapshot

groovy configuration, after click OK button
Comment 5 Theofanis Oikonomou 2013-06-26 12:18:34 UTC
Snapshots from 26.01 and 23.05 are relevant and the problem is caused indeed by saving in EDT from OptionsPanel. This should be fixed by http://hg.netbeans.org/core-main/rev/4d10cb3e18c7. Please try a latest build. Thank you