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