-
Enhancement
-
Resolution: Fixed
-
P3
-
7
-
b38
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2156231 | 6u10 | Yuka Kamiya | P3 | Resolved | Fixed | b09 |
Running
appletviewer -J-verbose:class demo\applets\ArcTest\example1.html
shows that JComponent/JPanel are loaded.
This creates additional unneeded hard dependency between different subsystsems.
Also JComponent class is fairly large (over 40k).
We should avoid loading classes unless they are needed.
appletviewer -J-verbose:class demo\applets\ArcTest\example1.html
shows that JComponent/JPanel are loaded.
This creates additional unneeded hard dependency between different subsystsems.
Also JComponent class is fairly large (over 40k).
We should avoid loading classes unless they are needed.
- backported by
-
JDK-2156231 InputContext may cause loading of swing classes even for non-Swing applets
-
- Resolved
-
- relates to
-
JDK-6592631 instanceof should not cause class loading in the interpreter
-
- Closed
-