RFR: JDK-8319516 AIX System::loadLibrary needs support to load a shared library from an archive object [v22]
Martin Doerr
mdoerr at openjdk.org
Wed Apr 10 19:39:12 UTC 2024
On Wed, 10 Apr 2024 18:07:33 GMT, Suchismith Roy <sroy at openjdk.org> wrote:
> > BUILD_JDK_JTREG_OUTPUT_DIR
>
> I agree. How can i fetch this path ? I tried System.getEnv("BUILD_JDK_JTREG_OUTPUT_DIR") But it doesn't seem to work.
Hmm. Good question. Maybe it can get extracted from the library path. I noticed that other tests use e.g. https://github.com/openjdk/jdk/blob/70944ca54ad0090c734bb5b3082beb33450c4877/test/jdk/java/nio/file/Files/TemporaryFiles.java#L40
Maybe using that directory is easier. Does anybody else have a suggestion?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17945#issuecomment-2048299821
More information about the core-libs-dev
mailing list