I need to incorporate some feedback. Also, one of Siba's tests still
fails on this code, so I need to fix that. Stand by for the next diff.
On 1/12/2017 1:50 PM, Sean Mullan wrote:
Fix looks good to me.
--Sean
On 1/11/17 8:34 AM, Adam Petcher wrote:
Please review the following bug fix:
http://cr.openjdk.java.net/~apetcher/8168075/webrev.00/
This fixes a bug in which a permission check would try to load resources
while the system class loader is being initialized. Resources cannot be
loaded at this time, so this change ensures that the resources are
loaded earlier.