RFR: 8325576: java/lang/ProcessHandle/InfoTest.java fails on systems with coreutils with --enable-single-binary [v2]
Andrey Turbanov
aturbanov at openjdk.org
Wed Feb 14 09:07:06 UTC 2024
On Tue, 13 Feb 2024 18:03:14 GMT, Dan Lutker <dlutker at openjdk.org> wrote:
>> Ran the test on AmazonLinux 2 which has multiple binaries from coreutils package and no coreutils executable as well as AmazonLinux 2023 that uses `--enable-single-binary`
>
> Dan Lutker has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove unnecessary var.
test/lib/jdk/test/lib/Platform.java line 140:
> 138: }
> 139: }
> 140: } catch(Exception e) {
Suggestion:
} catch (Exception e) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17798#discussion_r1489133848
More information about the core-libs-dev
mailing list