RFR: 8319516: AIX System::loadLibrary needs support to load a shared library from an archive object [v22]
Jaikiran Pai
jpai at openjdk.org
Mon Apr 15 13:00:48 UTC 2024
On Mon, 15 Apr 2024 12:46:01 GMT, Suchismith Roy <sroy at openjdk.org> wrote:
> Is there any documentation for ProcessTools
ProcessTools, specifically `jdk.test.lib.process.ProcessTools`, is just another utility class within the JDK's repo's test directory which is made available as a jtreg `@library` (https://openjdk.org/jtreg/tag-spec.html has the details - search for "@library" in there). Since `ProcessTools` is just an internal utility class, the only documentation it currently has is the javadoc on that class' methods. The class resides here https://github.com/openjdk/jdk/blob/master/test/lib/jdk/test/lib/process/ProcessTools.java
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17945#issuecomment-2056794487
More information about the core-libs-dev
mailing list