RFR: 8255072: [TESTBUG] com/sun/jdi/EATests.java should not fail if expected VMOutOfMemoryException is not thrown

Chris Plummer cjplummer at openjdk.java.net
Thu Oct 22 05:09:14 UTC 2020


On Wed, 21 Oct 2020 21:38:08 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> The new LinkedListOfLongArrays is created by renaming LinkedList to
> LinkedListOfLongArrays. The new LinkedList is a list node without payload, so it
> is smaller than a LinkedListOfLongArrays node. I try to fill the last free
> blocks with these. But yeah, this won't make that much of a difference.

Ok. However, since you can't reproduce the initial problem it's hard to say if this will fix it. You would need to remove it from the problem list with this PR and see what happens.

Earlier you said:

> Note also that the OOME is successfully generated during object
> reallocation a couple of times before (search "run args" in attachments
> to the JBS issue).

So I suppose in that case it's ok if this one test case allows for no OOME just as long as other test cases still require it.

-------------

PR: https://git.openjdk.java.net/jdk/pull/775


More information about the serviceability-dev mailing list