RFR: 8372023: Javac JMH failures [v3]

Chen Liang liach at openjdk.org
Thu Nov 20 18:39:52 UTC 2025


On Thu, 20 Nov 2025 18:35:09 GMT, Vicente Romero <vromero at openjdk.org> wrote:

>> There are two issues here, change for [1] implied that some code that was acceptable before this change would be rejected by the compiler. This had provoked an that some JMH tests started failing. This can be fixed by compiling those cases with `-source 25`. Also while taking a look at this issue I realized that the fix for [1] had a bug which it is also being fixed here.
>> 
>> TIA
>> 
>> [1] https://bugs.openjdk.org/browse/JDK-8369517
>
> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
> 
>   changes to pom

Marked as reviewed by liach (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/28400#pullrequestreview-3489318454


More information about the compiler-dev mailing list