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

Tyler Steele duke at openjdk.java.net
Thu Feb 24 17:39:05 UTC 2022


On Thu, 24 Feb 2022 17:01:13 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> Javac is compiling the source to a .class file. The contents of the `java.library.path` do not affect the class file generated. None of the code of the class is executed during compilation.

Yup. Not the best snippet to include. It is set while calling the jvm as well.

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

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


More information about the core-libs-dev mailing list