RFR: 8277350: runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java times out

Daniel D.Daugherty dcubed at openjdk.java.net
Mon Nov 22 21:01:30 UTC 2021


A (trivial?) fix to keep runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java
from timing out on macosx-X64 Mach5 test machines. Also removes the test from the
ProblemList.txt file.

Tested locally on my MBP-13 to verify that the test no longer creates core files.
Will also test with Mach5 Tier[1-3] to test for "timeouts in execution" task failures.

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

Commit messages:
 - 8277350: runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java times out

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

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


More information about the hotspot-runtime-dev mailing list