RFR: 8342707: Prepare Gatherers for graduation from Preview [v4]
Chen Liang
liach at openjdk.org
Fri Nov 8 16:22:13 UTC 2024
On Fri, 8 Nov 2024 13:56:38 GMT, Viktor Klang <vklang at openjdk.org> wrote:
>> Make final adjustments to drop PreviewFeature and updating the @ since markers.
>
> Viktor Klang has updated the pull request incrementally with one additional commit since the last revision:
>
> Updating the copyright year of the Gatherer benchmarks
The removal of preview toggles look good. Confirmed that since in stream packages and removal of preview toggles tests/micro look good.
Side comment: With the `jvmArgs` cleared on benchmark `@Fork`, you can just make it `@Fork(1)` instead of `@Fork(value = 1)`.
-------------
Marked as reviewed by liach (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21686#pullrequestreview-2424229448
More information about the compiler-dev
mailing list