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).

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

Commit messages:
 - Revert "8387729: Not all --long-options accept space as seperator"

Changes: https://git.openjdk.org/jdk/pull/32566/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32566&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8391315
  Stats: 238 lines in 6 files changed: 1 ins; 151 del; 86 mod
  Patch: https://git.openjdk.org/jdk/pull/32566.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/32566/head:pull/32566

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

Reply via email to