On Fri, 8 Nov 2024 13:56:38 GMT, Viktor Klang <vkl...@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