Re: RFR: 8307307: Improve ProcessTools.java to don't try to run Virtual wrapper for incompatible processes [v3]

2023-05-09 Thread Alan Bateman
On Tue, 9 May 2023 17:25:57 GMT, Leonid Mesnik wrote: >> The ProcessTools has some support of jtreg thread factory functionality. >> It tries to run the new process using virtual thread to run `main()` method. >> This fix updates it to skip the java runs where no main class is involved >> and

Re: RFR: 8307307: Improve ProcessTools.java to don't try to run Virtual wrapper for incompatible processes [v3]

2023-05-09 Thread Leonid Mesnik
> The ProcessTools has some support of jtreg thread factory functionality. > It tries to run the new process using virtual thread to run `main()` method. > This fix updates it to skip the java runs where no main class is involved and > more correctly process options which has 2nd argument. > Also