[jdk11u-dev] RFR: 8255381: com/sun/jdi/EATests.java should not suspend graal threads

Richard Reingruber rrich at openjdk.org
Thu Jul 7 07:59:08 UTC 2022


This is the backport of a small enhancement of the test library. The `TestScaffold` used in jdi tests is changed adding a new version of the overloaded method `resumeTo()` which takes an additional parameter `suspendThread`.

This part applies well.
Other parts of the original commit 09e8675f568571d959d55b096c2cd3b033204e62 are not applicable (tested feature not in 11u).

Testing: jtreg:test/jdk:jdk_jdi

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

Commit messages:
 - Backport 09e8675f568571d959d55b096c2cd3b033204e62

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1202


More information about the jdk-updates-dev mailing list