Bug 24668 - [runtime] PluginDescriptor could cache classpath
Summary: [runtime] PluginDescriptor could cache classpath
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: 2.0.2   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-10 15:53 EDT by DJ Houghton CLA
Modified: 2002-10-23 15:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2002-10-10 15:53:17 EDT
build 2002-10-01, win2k, j9

PluginDescriptor.getResourceBundle() asks the plug-in class loader for its 
classpath. This causes the class loader to be instantiated and then the 
classpath to be calculated.

1). We are able to calculate this classpath without creating the class loader
2). We should cache this value so if we create the class loader later we 
already have it calculated
Comment 1 DJ Houghton CLA 2002-10-10 15:53:46 EDT
Include in R2_0_1 as well as HEAD.
Comment 2 DJ Houghton CLA 2002-10-21 21:25:52 EDT
Fixed and released into R2_0_1 stream.
Still need to migrate into HEAD.
Comment 3 DJ Houghton CLA 2002-10-23 15:32:20 EDT
Fixed and released into HEAD.