RFR: 8303485: Replacing os.name for operating system customization [v7]
Daniel Fuchs
dfuchs at openjdk.org
Mon Mar 27 13:29:26 UTC 2023
On Mon, 27 Mar 2023 09:26:03 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
>>
>> clarify Linux
>
> src/java.base/unix/classes/java/lang/ProcessImpl.java line 97:
>
>> 95: * @throw Error if the requested launch mechanism is not found or valid
>> 96: */
>> 97: @SuppressWarnings("removal")
>
> What is deprecated for removal in this method?
`GetPropertyAction::privilegedGetProperty` has been marked deprecated for removal because it uses the SecurityManager
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12931#discussion_r1149236777
More information about the core-libs-dev
mailing list