Am Fri, 10 Oct 2014 17:31:41 -0700 schrieb Mandy Chung <mandy.ch...@oracle.com>: > I agree with David that getting Package objects are not performance > critical. On the other hand, the code defining/getting Packages is > old and deserves some cleanup especially the synchronization part.
Hmm.. isnt the package logic part of the ClassLoader (defineClass) especially around sealing and security manager? So it would be at least performance critical for startup time? Bernd