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 220899 - Many new eclipse classes loaded on first startup of the ide
Summary: Many new eclipse classes loaded on first startup of the ide
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 7.2
Hardware: PC All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on: 220098
Blocks:
  Show dependency tree
 
Reported: 2012-10-26 08:51 UTC by Petr Cyhelsky
Modified: 2012-11-02 03:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot-like distribution of loaders (15.51 KB, application/octet-stream)
2012-10-26 08:51 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-10-26 08:51:36 UTC
Created attachment 126602 [details]
snapshot-like distribution of loaders

New classes are now loaded on first startup of the ide:

org.eclipse.core.runtime.internal.adaptor.EclipseLogFactory
org.eclipse.core.runtime.internal.adaptor.EclipseLogHook
org.eclipse.core.runtime.internal.adaptor.EclipseLogWriter
org.eclipse.equinox.log.ExtendedLogEntry
org.eclipse.equinox.log.LogFilter
org.eclipse.equinox.log.LogPermission
org.eclipse.equinox.log.SynchronousLogListener
org.eclipse.equinox.log.internal.BasicReadWriteLock
org.eclipse.equinox.log.internal.EventAdminAdapter
org.eclipse.equinox.log.internal.ExtendedLogEntryImpl
org.eclipse.equinox.log.internal.ExtendedLogReaderServiceFactory
org.eclipse.equinox.log.internal.ExtendedLogReaderServiceImpl
org.eclipse.equinox.log.internal.ExtendedLogServiceFactory
org.eclipse.equinox.log.internal.ExtendedLogServiceImpl
org.eclipse.equinox.log.internal.LogServiceManager
org.eclipse.equinox.log.internal.LogServiceManager$MockSystemBundle
org.eclipse.equinox.log.internal.LoggerImpl
org.eclipse.osgi.framework.internal.core.FilterImpl$SetAccessibleAction
org.eclipse.osgi.internal.resolver.GenericSpecificationImpl
org.eclipse.osgi.service.resolver.extras.DescriptionReference
org.eclipse.osgi.service.resolver.extras.Sortable
org.eclipse.osgi.service.resolver.extras.SpecificationReference
org.netbeans.modules.netbinox.JarBundleFile$CachingEntry
org.osgi.framework.UnfilteredServiceListener
org.osgi.framework.VersionRange
org.osgi.framework.hooks.bundle.CollisionHook
org.osgi.resource.Capability
org.osgi.resource.Requirement
org.osgi.resource.Resource
org.osgi.service.log.LogEntry
org.osgi.service.log.LogListener

Please see the attached snapshot-like distribution of loaders for details. I will add these classes to whitelist - please remove them from there when fixed.
Comment 1 Quality Engineering 2012-10-28 01:50:17 UTC
Integrated into 'main-golden', will be available in build *201210280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/803833418ac7
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: #220899 - adding eclipse classes to the whitelist
Comment 2 Jaroslav Tulach 2012-10-29 09:26:00 UTC
The logging related classes are loaded as result of fix for bug 220098. I don't thing there is any other resolution than adding them to whitelist.
Comment 3 Jaroslav Tulach 2012-10-31 13:08:07 UTC
ergonomics#8aa9c6e38b4e
Comment 4 Quality Engineering 2012-11-02 03:31:06 UTC
Integrated into 'main-golden', will be available in build *201211020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8aa9c6e38b4e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #220899: Allow more equinox classes to be loaded