-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: core-libs
-
b25
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8362748 | 17.0.17-oracle | Daniel Daugherty | P3 | Resolved | Fixed | b03 |
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
-