8245867: Logger/bundleLeak/BundleTest.java fails due to "OutOfMemoryError: Java heap space"
Daniel Fuchs
daniel.fuchs at oracle.com
Fri May 29 15:39:34 UTC 2020
Hi,
I have updated the webrev as suggested by David:
http://cr.openjdk.java.net/~dfuchs/webrev_8245867/webrev.01
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
More information about the core-libs-dev
mailing list