On Fri, 9 Feb 2024 23:40:00 GMT, Dan Lutker <dlut...@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`

test/jdk/java/lang/ProcessHandle/InfoTest.java line 321:

> 319:                     String[] args = info.arguments().get();
> 320:                     if (args.length > 0) {
> 321:                         if (timeIsLastParam) {

I gotta ask: is it true that time argument is the last param in _all_ testing 
modes? If so, we don't need `timeIsLastParam` at all?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17798#discussion_r1487540871

Reply via email to