Recently added test java/lang/Thread/virtual/stress/ParkAfterTimedPark.java has a parameter to indicate if the target thread is pinned or not. I fat fingered the conversion of a test with the result that the "pinned" parameter is ignored and the tests unconditionally tests the pinned case, not the unpinned case.
------------- Commit messages: - Initial commit Changes: https://git.openjdk.org/jdk/pull/29633/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29633&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8377411 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/29633.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/29633/head:pull/29633 PR: https://git.openjdk.org/jdk/pull/29633
