RFR: 8330621: Make 5 compiler tests use ProcessTools.executeProcess [v2]
Evgeny Nikitin
enikitin at openjdk.org
Fri Apr 19 14:42:35 UTC 2024
> Said tests use simple `new ProcessBuilder` and its `start` method to start secondary processes.
>
> As stated in [JDK-8174768](https://bugs.openjdk.org/browse/JDK-8174768), we try to have more information about started secondary processes and make the execution more controllable. This PR makes those tests use ProcessTools.executeProcess instead of using the `.start` method.
Evgeny Nikitin has updated the pull request incrementally with one additional commit since the last revision:
Fix issues
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18856/files
- new: https://git.openjdk.org/jdk/pull/18856/files/c4641d05..628037fc
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18856&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18856&range=00-01
Stats: 10 lines in 4 files changed: 0 ins; 4 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/18856.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18856/head:pull/18856
PR: https://git.openjdk.org/jdk/pull/18856
More information about the hotspot-compiler-dev
mailing list