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

Richard Reingruber rrich at openjdk.java.net
Tue Oct 20 22:09:16 UTC 2020


The following test cases try to provoke VMOutOfMemoryException during object reallocation:

EAPopFrameNotInlinedReallocFailure
EAPopInlinedMethodWithScalarReplacedObjectsReallocFailure
EAForceEarlyReturnOfInlinedMethodWithScalarReplacedObjectsReallocFailure

This is not 100% reliable therefore it should not be treated as test failure if no oom was raised.

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

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

Changes: https://git.openjdk.java.net/jdk/pull/775/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=775&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8255072
  Stats: 9 lines in 1 file changed: 0 ins; 5 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk/pull/775.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/775/head:pull/775

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


More information about the serviceability-dev mailing list