RFR: 8350049: [JMH] Float16OperationsBenchmark fails java.lang.NoClassDefFoundError [v2]

SendaoYan syan at openjdk.org
Tue Feb 18 09:58:51 UTC 2025


On Tue, 18 Feb 2025 09:23:23 GMT, Andrey Turbanov <aturbanov at 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


More information about the core-libs-dev mailing list