RFR: 8298809: Clean up vm/compiler/InterfaceCalls JMH [v2]
Vladimir Kozlov
kvn at openjdk.org
Thu Dec 15 22:32:05 UTC 2022
On Thu, 15 Dec 2022 21:57:36 GMT, Eric Caspole <ecaspole at openjdk.org> wrote:
>> I removed some confusing less effective cases and modified and renamed some to cover what seem like the most useful cases with 1+ types and 1+ interfaces implemented in those types. Here is an example run:
>>
>> Benchmark Mode Cnt Score Error Units
>> InterfaceCalls.test1stInt2Types avgt 12 2.196 ± 0.022 ns/op
>> InterfaceCalls.test1stInt3Types avgt 12 8.259 ± 0.045 ns/op
>> InterfaceCalls.test1stInt5Types avgt 12 8.279 ± 0.024 ns/op
>> InterfaceCalls.test2ndInt2Types avgt 12 2.467 ± 0.023 ns/op
>> InterfaceCalls.test2ndInt3Types avgt 12 9.287 ± 0.032 ns/op
>> InterfaceCalls.test2ndInt5Types avgt 12 9.343 ± 0.027 ns/op
>> InterfaceCalls.testMonomorphic avgt 12 1.440 ± 0.031 ns/op
>
> Eric Caspole has updated the pull request incrementally with one additional commit since the last revision:
>
> Renaming as Vladimir suggested.
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11696
More information about the hotspot-compiler-dev
mailing list