-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b25
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8362748 | repo-phoenix | Daniel Daugherty | P3 | Resolved | Fixed | master |
java.util.logging.Logger has a `catalog` cache that is used to cache resource bundles when looking up a resource bundle by name. That cache holds a strong reference to the resource bundle. This is problematic as there is no way to clear this cache.
- backported by
-
JDK-8362748 java.util.logging.Logger catalog cache keeps strong references to ResourceBundles
-
- Resolved
-
- relates to
-
JDK-8245867 Logger/bundleLeak/BundleTest.java fails due to "OutOfMemoryError: Java heap space"
-
- Closed
-