RFR: 8297977: vmTestbase/nsk/stress/except/except012.java fails with unexpected Exception [v2]

Coleen Phillimore coleenp at openjdk.org
Thu Mar 23 21:53:22 UTC 2023


> These vmTestbase/nsk/stress/except tests all allocate enough memory to get an OutOfMemoryError then try to throw an exception for a variety of error conditions.  The tests pass (or all say it's "Skipped ...") if that throws OutOfMemoryError, which all the tests do.
> Only except001.java did something useful - called a function that gets OOM reflectively then tests that it got an InvocationTargetException so I moved that to runtime/reflect/ReflectOutOfMemoryError.java.  This change removes the rest.
> 
> I couldn't reproduce the original failure in except012.java, which gets another exception (not OOM or ThreadDeath).

Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:

  Tiny change to restart GHA

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13169/files
  - new: https://git.openjdk.org/jdk/pull/13169/files/c21b3d01..b6c3be66

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13169&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13169&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/13169.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13169/head:pull/13169

PR: https://git.openjdk.org/jdk/pull/13169


More information about the hotspot-runtime-dev mailing list