On Tue, 18 Feb 2025 09:23:23 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove the extra whitespace > > test/micro/org/openjdk/bench/jdk/incubator/vector/Float16OperationsBenchmark.java > line 34: > >> 32: @OutputTimeUnit(TimeUnit.MILLISECONDS) >> 33: @State(Scope.Thread) >> 34: @Fork(jvmArgs = {"--add-modules=jdk.incubator.vector", "-Xbatch", >> "-XX:-TieredCompilation"}) > > Suggestion: > > @Fork(jvmArgs = {"--add-modules=jdk.incubator.vector", "-Xbatch", > "-XX:-TieredCompilation"}) Thanks, the extra whitespace has been removed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23624#discussion_r1959415307