[jdk11u-dev] RFR: 8255381: com/sun/jdi/EATests.java should not suspend graal threads
Martin Doerr
mdoerr at openjdk.org
Thu Jul 7 13:51:48 UTC 2022
On Thu, 7 Jul 2022 07:52:20 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> 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
Ok, the `suspendThread` parameter was not passed through. But I agree with Christoph, it's not really a backport of the original change.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.org/jdk11u-dev/pull/1202
More information about the jdk-updates-dev
mailing list