On Mon, 15 Apr 2024 12:46:01 GMT, Suchismith Roy <s...@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

Reply via email to