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 201356 - Additional profiler classes loaded at startup
Summary: Additional profiler classes loaded at startup
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-08-26 11:06 UTC by Petr Cyhelsky
Modified: 2011-10-01 14:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
xml file and snapshot-like file in zip (11.91 KB, application/zip)
2011-08-26 11:34 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2011-08-26 11:06:31 UTC
According to WhitelistTest the classes:
org.netbeans.modules.profiler.api.ProfilerIDESettings
org.netbeans.modules.profiler.api.ProjectUtilities
org.netbeans.modules.profiler.api.icons.Icons
org.netbeans.modules.profiler.drilldown.Installer
org.netbeans.modules.profiler.heapwalk.ui.icons.HeapWalkerIconsProviderImpl
org.netbeans.modules.profiler.impl.icons.IconsProviderImpl
org.netbeans.modules.profiler.j2ee.impl.icons.JavaEEIconsProviderImpl
org.netbeans.modules.profiler.nbimpl.NetBeansProfiler
org.netbeans.modules.profiler.nbimpl.actions.AntActions
org.netbeans.modules.profiler.nbimpl.actions.ProfilerToolbarDropdownAction
org.netbeans.modules.profiler.oql.icons.impl.OQLIconsProviderImpl
org.netbeans.modules.profiler.ppoints.Installer
org.netbeans.modules.profiler.ppoints.ui.icons.ProfilingPointsIconsProviderImpl
org.netbeans.modules.profiler.projectsupport.utilities.ProjectUtilitiesProviderImpl
org.netbeans.modules.profiler.snaptracer.impl.icons.TracerIconsProviderImpl
org.netbeans.modules.profiler.spi.IconsProvider
org.netbeans.modules.profiler.spi.IconsProvider$Basic
org.netbeans.modules.profiler.spi.ProjectUtilitiesProvider
org.netbeans.modules.profiler.stp.icons.STPIconsProviderImpl
org.netbeans.modules.profiler.utilities.ProfilerUtils

are loaded on startup on current builds.
Comment 1 Petr Cyhelsky 2011-08-26 11:34:38 UTC
Created attachment 110239 [details]
xml file and snapshot-like file in zip
Comment 2 Quality Engineering 2011-08-28 14:02:15 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/e1b7b639f647
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: Adding classes from Issue#201356 & Issue#201357 to appropriate whitelists
Comment 3 J Bachorik 2011-09-28 14:00:44 UTC
Reducing the number of necessary profiler whitelist classes - http://hg.netbeans.org/profiler-main/rev/29cb4f37f1aa
Comment 4 Quality Engineering 2011-10-01 14:06:54 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/29cb4f37f1aa
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: Reducing the number of profiler classes loaded at startup. Related to #153383,#201356,#201357.