RFR: 8325567: jspawnhelper without args fails with segfault [v7]
Magnus Ihse Bursie
ihse at openjdk.org
Fri Mar 8 07:37:54 UTC 2024
On Thu, 7 Mar 2024 19:47:55 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Elif Aslan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add args[0] back
>
> test/jdk/java/lang/ProcessBuilder/JspawnhelperWarnings.java line 29:
>
>> 27: * @test
>> 28: * @bug 8325567
>> 29: * @requires (os.family == "linux") | (os.family == "aix")
>
> Unless I'm mistaken, jspawn helper is used on Mac as well.
Yes indeed, it is used for all Unix OSes (that is, everything but Windows).
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18112#discussion_r1517332878
More information about the core-libs-dev
mailing list