Integrated: 8349943: [JMH] Use jvmArgs consistently

2025-02-19 Thread Nicole Xu
On Thu, 13 Feb 2025 08:35:47 GMT, Nicole Xu wrote: > As is suggested in > [JDK-8342958](https://bugs.openjdk.org/browse/JDK-8342958), `jvmArgs` should > be used consistently in microbenchmarks to 'align with the intuition that > when you use jvmArgsAppend/-Prepend intent is t

Re: RFR: 8349943: [JMH] Use jvmArgs consistently

2025-02-19 Thread Nicole Xu
On Thu, 13 Feb 2025 20:04:05 GMT, Chen Liang wrote: >> As is suggested in >> [JDK-8342958](https://bugs.openjdk.org/browse/JDK-8342958), `jvmArgs` should >> be used consistently in microbenchmarks to 'align with the intuition that >> when you use jvmArgsAppend/-Prepend intent is to add to a se

Re: RFR: 8349943: [JMH] Use jvmArgs consistently

2025-02-19 Thread Nicole Xu
On Thu, 13 Feb 2025 08:35:47 GMT, Nicole Xu wrote: > As is suggested in > [JDK-8342958](https://bugs.openjdk.org/browse/JDK-8342958), `jvmArgs` should > be used consistently in microbenchmarks to 'align with the intuition that > when you use jvmArgsAppend/-Prepend intent is t

RFR: 8349943: [JMH] Use jvmArgs consistently

2025-02-13 Thread Nicole Xu
As is suggested in [JDK-8342958](https://bugs.openjdk.org/browse/JDK-8342958), `jvmArgs` should be used consistently in microbenchmarks to 'align with the intuition that when you use jvmArgsAppend/-Prepend intent is to add to a set of existing flags, while if you supply jvmArgs intent is "run wi