RFR: 8347302: Update ProcessTools.java to support virtual test factory for Xbootclasspath/a:
David Holmes
dholmes at openjdk.org
Thu Jan 9 03:50:39 UTC 2025
On Thu, 9 Jan 2025 00:12:29 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> Test
> runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java
> uses
> -Xbootclasspath/a: classpath
> (2 arguments)
>
> Such usage of options -Xbootclasspath/a: should be correctly processed by virtual thread factory support in ProcessTools.
`-Xbootclasspath/a:` does not accept a space between the ":" and the path! It should only be a single argument, not a double one.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22993#issuecomment-2579126881
More information about the hotspot-runtime-dev
mailing list