On Thu, 13 Feb 2025 08:35:47 GMT, Nicole Xu <d...@openjdk.org> 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 set of existing > flags, while if you supply jvmArgs intent is "run with these and nothing > else"'. > > All the previous flags were aligned in > https://github.com/openjdk/jdk/pull/21683, while some recent tests use > inconsistent `jvmArgs` again. We update them to keep the consistency. This pull request has now been integrated. Changeset: 3ebed783 Author: Nicole Xu <yuya...@nvidia.com> Committer: Hao Sun <hao...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3ebed78328bd64d2e18369d63d6ea323b87a7b24 Stats: 20 lines in 9 files changed: 2 ins; 0 del; 18 mod 8349943: [JMH] Use jvmArgs consistently Reviewed-by: syan, redestad, haosun ------------- PR: https://git.openjdk.org/jdk/pull/23609