Re: RFR: 8305669: RuntimeException when running benchmarks through make on Windows/WSL [v2]

2023-05-10 Thread Chen Liang
On Mon, 8 May 2023 20:05:50 GMT, Chen Liang wrote: >> This patch replaces `FIXPATH` with `FixPath` on individual path argumenets. >> The root cause might be that JMH requires passing VM args to benchmarks in >> quotes, which might have triggered incorrect detections in `FIXPATH` (as in >> comp

Re: RFR: 8305669: RuntimeException when running benchmarks through make on Windows/WSL [v2]

2023-05-09 Thread Chen Liang
On Mon, 8 May 2023 20:05:50 GMT, Chen Liang wrote: >> This patch replaces `FIXPATH` with `FixPath` on individual path argumenets. >> The root cause might be that JMH requires passing VM args to benchmarks in >> quotes, which might have triggered incorrect detections in `FIXPATH` (as in >> comp

Re: RFR: 8305669: RuntimeException when running benchmarks through make on Windows/WSL [v2]

2023-05-09 Thread Roger Riggs
On Mon, 8 May 2023 20:05:50 GMT, Chen Liang wrote: >> This patch replaces `FIXPATH` with `FixPath` on individual path argumenets. >> The root cause might be that JMH requires passing VM args to benchmarks in >> quotes, which might have triggered incorrect detections in `FIXPATH` (as in >> comp

Re: RFR: 8305669: RuntimeException when running benchmarks through make on Windows/WSL [v2]

2023-05-09 Thread Erik Joelsson
On Mon, 8 May 2023 20:05:50 GMT, Chen Liang wrote: >> This patch replaces `FIXPATH` with `FixPath` on individual path argumenets. >> The root cause might be that JMH requires passing VM args to benchmarks in >> quotes, which might have triggered incorrect detections in `FIXPATH` (as in >> comp

Re: RFR: 8305669: RuntimeException when running benchmarks through make on Windows/WSL [v2]

2023-05-09 Thread Chen Liang
On Mon, 8 May 2023 20:05:50 GMT, Chen Liang wrote: >> This patch replaces `FIXPATH` with `FixPath` on individual path argumenets. >> The root cause might be that JMH requires passing VM args to benchmarks in >> quotes, which might have triggered incorrect detections in `FIXPATH` (as in >> comp

Re: RFR: 8305669: RuntimeException when running benchmarks through make on Windows/WSL [v2]

2023-05-08 Thread Erik Joelsson
On Mon, 8 May 2023 20:05:50 GMT, Chen Liang wrote: >> This patch replaces `FIXPATH` with `FixPath` on individual path argumenets. >> The root cause might be that JMH requires passing VM args to benchmarks in >> quotes, which might have triggered incorrect detections in `FIXPATH` (as in >> comp

Re: RFR: 8305669: RuntimeException when running benchmarks through make on Windows/WSL [v2]

2023-05-08 Thread Chen Liang
> This patch replaces `FIXPATH` with `FixPath` on individual path argumenets. > The root cause might be that JMH requires passing VM args to benchmarks in > quotes, which might have triggered incorrect detections in `FIXPATH` (as in > comparison, `$1_MICRO_JAVA_OPTIONS += > --add-opens=java.bas