Details
-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b53
-
generic
-
generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175187 | 6u14 | Mandy Chung | P3 | Resolved | Fixed | b05 |
Description
sun.misc.Java*Access objects are created at initialization time. They are only needed when certain API is used. They can be initialized lazily when needed.
These shared secret access object provides a mechanism for calling implementation-private methods in another package while avoiding the primary disadvantage of using reflection for this purpose, namely the loss of compile-time checking.
These shared secret access object provides a mechanism for calling implementation-private methods in another package while avoiding the primary disadvantage of using reflection for this purpose, namely the loss of compile-time checking.
Attachments
Issue Links
- backported by
-
JDK-2175187 Lazily instantiate the shared secret access objects
- Resolved
- relates to
-
JDK-6798873 Reduce the number of classes loaded and class dependencies
- Closed
-
JDK-6829503 addShutdownHook fails if called after shutdown has commenced.
- Resolved