On Tue, 13 Feb 2024 18:03:14 GMT, Dan Lutker <[email protected]> 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