On 5/29/20 11:39 AM, Daniel Fuchs wrote:
Hi,
I have updated the webrev as suggested by David:
http://cr.openjdk.java.net/~dfuchs/webrev_8245867/webrev.01
test/jdk/java/util/logging/Logger/bundleLeak/BundleTest.java
No comments.
Thumbs up.
Dan
Unless I hear any objection I'll push that new version if the
tests come back successful.
best regards,
-- daniel
(tier1 and 2 passed, tier5 still running)
On 29/05/2020 00:36, David Holmes wrote:
webrev:
http://cr.openjdk.java.net/~dfuchs/webrev_8245867/webrev.00/
I would have expected the fix here to be simply to clear memory ie:
} catch (OutOfMemoryError oome) {
stop = true;
memory = null;
System.gc();
}
Cheers,
David