RFR: 8345286: Remove use of SecurityManager API from misc areas [v6]
Jaikiran Pai
jpai at openjdk.org
Mon Dec 2 14:31:40 UTC 2024
On Mon, 2 Dec 2024 14:25:12 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Jaikiran Pai has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - remove unused import
>> - replace remaining Paths.get() with Path.of() in the updated files
>
> src/java.base/linux/classes/jdk/internal/platform/CgroupSubsystemController.java line 3:
>
>> 1: /*
>> 2: * Copyright (c) 2020, 2022, Red Hat Inc.
>> 3: * Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
>
> Not sure about this as it's not a significant change to the file.
Do you mean for just this file or the rest of the files in this PR as well? I am open to removing the copyright additions.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22478#discussion_r1865951827
More information about the serviceability-dev
mailing list