RFR: 8343958: Remove security manager impl in java.lang.Process and java.lang.Runtime.exec [v4]
Roger Riggs
rriggs at openjdk.org
Wed Nov 13 15:51:45 UTC 2024
On Wed, 13 Nov 2024 11:39:22 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Actually, looking at the GitHub actions job, it appears to have caught one other compilation error in this file:
>>
>>
>> jdk\jdk\src\java.base\windows\classes\java\lang\ProcessImpl.java:423: error: ';' expected
>> final String value = System.getProperty("jdk.lang.Process.allowAmbiguousCommands", "true"));
>> ^
>> 1 error
>
> I assume Roger will run at least tier1 on all platforms before integrating.
Inadvertent lapse.
Retested in the CI on all platforms
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22024#discussion_r1840655371
More information about the core-libs-dev
mailing list