Review request for 6810254 (original) (raw)
Mandy Chung Mandy.Chung at Sun.COM
Thu Mar 5 07:01:14 UTC 2009
- Previous message: hg: jdk7/tl/jdk: 6813402: keytool cannot -printcert entries without extensions
- Next message: Review request for 6810254
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
6810254: Lazily instantiate the shared secret access objects
Webrev at: http://cr.openjdk.java.net/~mchung/6810254/webrev.00/
sun.misc.Java*Access objects are created at initialization time.
However, they are not always needed. They can be instantiated lazily
when needed. The fix is to add a static setSharedSecret() method to be
called by sun.misc.SharedSecrets via reflection when the shared secret
access object is requested.
Thanks Mandy
- Previous message: hg: jdk7/tl/jdk: 6813402: keytool cannot -printcert entries without extensions
- Next message: Review request for 6810254
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]