-
Enhancement
-
Resolution: Fixed
-
P2
-
6
-
b43
-
generic
-
generic
In order to achieve the cold start gain described in 6278968 and
6278974, it is necessary to make the JDK's core libraries lazier with
respect to their opening of jar files. Currently, the launcher and the
extension loader open jars on sun.boot.class.path and in jre.ext.dirs
for the purpose of finding bootstrap and extension resources and
services. The meta-index functionality in 6278974 can be reused to
describe the contents of these jars so that they can be opened more
lazily.
###@###.### 2005-06-14 01:11:46 GMT
6278974, it is necessary to make the JDK's core libraries lazier with
respect to their opening of jar files. Currently, the launcher and the
extension loader open jars on sun.boot.class.path and in jre.ext.dirs
for the purpose of finding bootstrap and extension resources and
services. The meta-index functionality in 6278974 can be reused to
describe the contents of these jars so that they can be opened more
lazily.
###@###.### 2005-06-14 01:11:46 GMT
- relates to
-
JDK-6291925 Update class lists for class data sharing
-
- Resolved
-
-
JDK-6278974 Add meta-index to jre/lib
-
- Resolved
-