RFR: 8373026: C2 SuperWord and Vector API: vector algorithms test and benchmark [v4]
Emanuel Peter
epeter at openjdk.org
Mon Jan 19 15:35:21 UTC 2026
On Mon, 19 Jan 2026 08:25:42 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Ok, up to you.
>
> I'm not very satisfied with the duplication either. Maybe a mind refreshed from the weekend can come up with something better...
>
> Btw: do you know any good way to share code between JMH benchmarks and regular tests? Because it is a shame that we have to duplicate `VectorAlgorithmsImpl.java`.
Ok, I managed to extract it to a `Data` class. I think that's nicer. Thanks for the suggestion :)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28639#discussion_r2705219106
More information about the hotspot-compiler-dev
mailing list