On Fri, 28 Aug 2026 04:56:24 GMT, Jaikiran Pai <[email protected]> wrote:
> Can I please get a review of this backout which backs out the change > integrated in https://bugs.openjdk.org/browse/JDK-8387729? > > As noted in https://bugs.openjdk.org/browse/JDK-8391315, that change has > caused several tests to fail when the tests are launched using a `Virtual` > `-testThreadFactory` > (https://github.com/openjdk/jdk/blob/master/doc/testing.md#test_thread_factory). > Initial analysis suggests that the fix would require changes to the > `ProcessTools` test library in the JDK. Given that that class is used in > multiple different tests in various different ways, a fix to it will require > running much more extensive testing in the CI. Until then, this PR proposes > to backout the change done in JDK-8387729. > > The backout was done using `git revert > aa8af37164be6072a496f9e4ddd00bfe8d9ef95a`. I have initiated a CI run to > verify this change and will integrate this PR once that completes normally. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 1811244f Author: Jaikiran Pai <[email protected]> URL: https://git.openjdk.org/jdk/commit/1811244fd810c5a033133330205bb2247221b181 Stats: 238 lines in 6 files changed: 1 ins; 151 del; 86 mod 8391315: [BACKOUT] Not all --long-options accept space as seperator Reviewed-by: dholmes, alanb, iris ------------- PR: https://git.openjdk.org/jdk/pull/32566
