On Fri, 8 Mar 2024 10:17:08 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> We should match the building of jspawnhelper in > make/modules/java.base/Launcher.gmk with the usage for all unix platforms in > src/java.base/unix/classes/java/lang/ProcessImpl.java. > > Granted, the list of OSes in the makefile amounts to the current list of all > Unix OSes in the JDK, but there is no need to have this logical disparity. > > This was inspired by the discovery in > https://github.com/openjdk/jdk/pull/18112#discussion_r1517455696. This pull request has now been integrated. Changeset: 585a9584 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/585a95844144da53bc43f5b6383e7c907bff7047 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8327675: jspawnhelper should be built on all unix platforms Reviewed-by: shade, stuefe, erikj ------------- PR: https://git.openjdk.org/jdk/pull/18165