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

Richard Reingruber rrich at openjdk.java.net
Wed Oct 21 10:21:23 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.

Richard Reingruber has updated the pull request incrementally with one additional commit since the last revision:

  Make OOME more reliable and skip test cases if it is not expected because scalar replacement is disabled

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/775/files
  - new: https://git.openjdk.java.net/jdk/pull/775/files/16f9782d..4196a421

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=775&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=775&range=00-01

  Stats: 37 lines in 1 file changed: 25 ins; 1 del; 11 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