RFR: 8282219: jdk/java/lang/ProcessBuilder/Basic.java fails on AIX [v4]

Tyler Steele duke at openjdk.java.net
Thu Feb 24 15:10:12 UTC 2022


On Thu, 24 Feb 2022 07:16:42 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> If its the former, then the issue is that `libpath` is just outdated when we get around to use it? In that case, why not just re-aquiring LIBPATH when building up `expected`?

^This was my thought at first as well :-) but in my investigation, the libpath in the parent didn't change during the run.

I think Roger's solution matches more with my understanding of the failure. I noticed that jtreg adds the extra path to the library when invoking javac to compile the test.

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

PR: https://git.openjdk.java.net/jdk/pull/7574


More information about the core-libs-dev mailing list