On Thu, 9 Jan 2025 00:12:29 GMT, Leonid Mesnik <lmes...@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

Reply via email to