-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b155
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174644 | 10 | Mandy Chung | P3 | Resolved | Fixed | b01 |
Clean up ResourcesMgr to handle sun.security.util.Resources and sun.security.util.AuthResources consistently.
There is a doPrivileged block in sun.security.util.ResourcesMgr.getString() that looks like it may no longer be necessary. We should investigate whether it can be removed. If so, we can put the common code that loads resource bundles into a private method which is invoked by the public methods of this class.
There is a doPrivileged block in sun.security.util.ResourcesMgr.getString() that looks like it may no longer be necessary. We should investigate whether it can be removed. If so, we can put the common code that loads resource bundles into a private method which is invoked by the public methods of this class.
- backported by
-
JDK-8174644 Handle sun.security.util.Resources bundle in ResourcesMgr in the same way as AuthResources
-
- Resolved
-