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 237952 - org.openide.filesystems.JarFileSystem.getJar: LowPerformance took 24770 ms.
Summary: org.openide.filesystems.JarFileSystem.getJar: LowPerformance took 24770 ms.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords: PERFORMANCE
: 241402 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-11-04 14:26 UTC by Exceptions Reporter
Modified: 2014-02-05 11:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205021


Attachments
nps snapshot (160.74 KB, application/nps)
2013-11-04 14:26 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-11-04 14:26:40 UTC
This bug was originally marked as duplicate of bug 232775, 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.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: Just normal use...



Maximum slowness yet reported was 24770 ms, average is 24770
Comment 1 Exceptions Reporter 2013-11-04 14:26:42 UTC
Created attachment 141834 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-11-04 15:25:02 UTC
Slowness while initializing a panel for persistence unit.

o.n.m.j2ee.persistence.unit.PersistenceUnitPanel.<init>()   96.43493   14 326 ms

Reassigning to javaee/Persistence. Sergey, please evaluate it, thank you.
Comment 3 Sergey Petrov 2014-01-10 17:09:25 UTC
http://hg.netbeans.org/web-main/rev/977db12b4bdc
Comment 4 Quality Engineering 2014-01-11 04:46:55 UTC
Integrated into 'main-silver', will be available in build *201401110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/977db12b4bdc
User: Sergey B. Petrov <sj-nb@netbeans.org>
Log: #237952 move panel initialization off from edt except part which require to be called in edt thread, also optimaze reparsing should increase speed (avoid unnecessary reparsing xml)
Comment 5 Sergey Petrov 2014-02-05 11:19:39 UTC
*** Bug 241402 has been marked as a duplicate of this bug. ***