RFR: 8067751: OOMEInReferenceHandler.java fails: Cleaner terminated abnormally

Jesper Wilhelmsson jesper.wilhelmsson at oracle.com
Thu Jan 15 12:46:07 UTC 2015


I see. Then I'm fine with the change.
/Jesper

Michail Chernov skrev den 15/1/15 12:59:
> Hi Jesper,
>
> It looks to me as different issues. OOMEInReferenceHandler fails because of OOME
> with message "GC overhead limit exceeded". Two other tests fail because of OOME
> with message "java.lang.OutOfMemoryError: Java heap space".
>
> Other two tests are in VM Testbase. So they cannot be fixed in openjdk.
>
> Thanks,
> Michail
>
>
> On 14.01.2015 21:48, Jesper Wilhelmsson wrote:
>> Hi,
>>
>> The change looks good but I would prefer if all three tests mentioned in the
>> bug was fixed at the same time. The fix should be the same for the two other
>> tests unless some other analysis not mentioned in the bug has showed that
>> those two tests failed for some other reason.
>>
>> Thanks,
>> /Jesper
>>
>> Michail Chernov skrev den 14/1/15 18:21:
>>> Hi,
>>>
>>> Please review small change for OOMEInReferenceHandler.java test.
>>>
>>> Webrev: http://cr.openjdk.java.net/~eistepan/~mchernov/8067751/webrev.00/
>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8067751
>>>
>>> Root cause: test fails due to OOME ("GC overhead limit exceeded ") is occurred.
>>> Suggested fix : run test with -XX:-UseGCOverheadLimit to disable OOME (which is
>>> occurred because of excessive GC overhead).
>>>
>>> Thanks,
>>> Michail
>>
>>
>



More information about the hotspot-gc-dev mailing list