RFR: 8311306: Test com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed: out of expected range

Kevin Walls kevinw at openjdk.org
Mon Dec 11 12:03:22 UTC 2023


Trivial test update to run in "othervm".   This test has failed due to interrupted threads: the interruption interferes with timing, but also the test is designed to fail if interrupted.

Other tests in the same directory have the same requirement that threads/sleeps are not interrupted, and they run with othervm and are not known to fail.

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

Commit messages:
 - 8311306: Test com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed: out of expected range

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

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


More information about the serviceability-dev mailing list