|
Quick Lists
|
|
Bug ID:
|
6798873
|
|
Votes
|
0
|
|
Synopsis
|
Reduce the number of classes loaded and class dependencies
|
|
Category
|
java:other
|
|
Reported Against
|
|
|
Release Fixed
|
|
|
State
|
5-Cause Known,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
6769976
,
6793429
,
6799230
,
6799689
,
6801467
,
6808920
,
6810254
,
6813240
,
6817246
,
6818072
,
6819110
,
6819122
,
6824169
,
6825019
|
|
Submit Date
|
28-JAN-2009
|
|
Description
|
This CR serves as the umbrella CR for the effort in reducing the number of classes loaded and breaking class dependencies.
The number of classes loaded on Windows:
command-line helloworld 316 (6u12) 332 (JDK 7 b46)
GUI helloworld with a JFramer 1061 (6u12) 1076 (JDK 7 b46)
GUI helloworld with a Frame 828 (6u12) 855 (JDK 7 b46)
The number of classes loaded on Solaris sparc:
command-line helloworld 312 (6u12) 331 (JDK 7 b46)
GUI helloworld with a JFramer 1139 (6u12) 1158 (JDK 7 b46)
GUI helloworld with a Frame 1020 (6u12) 1047 (JDK 7 b46)
Posted Date : 2009-04-01 19:08:42.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Use the lazy initialization idiom and fix this in JDK7
Posted Date : 2009-01-28 23:41:04.0
This CR serves as an umbrella CR to capture the fixes for breaking the class dependency.
Posted Date : 2009-03-27 21:11:41.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |