On Tue, 9 May 2023 16:08:57 GMT, Chen Liang <li...@openjdk.org> wrote:
>> To make this runnable without manually adding a bunch of `--add-opens` flags > > They are added in the `make/RunTests.gmk`: > https://github.com/openjdk/jdk/pull/13550/files#diff-041bf69ea79b333b9ce99c1f879e398d698538530a35c361500b72631f059233R599-R608 That seems misplaced. Please file an RFE to have this cleaned up. Each microbenchmark that has to add opens needs to take responsibility for that themselves and not change the environment for everything else. And all micros the benchmarks.jar should be runnable standalone, not rely on quirks in the make runner. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13671#discussion_r1188840349