Integrated: 8372023: Javac JMH failures

Vicente Romero vromero at openjdk.org
Thu Nov 20 18:52:26 UTC 2025


On Wed, 19 Nov 2025 18:49:15 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

This pull request has now been integrated.

Changeset: 0187f4df
Author:    Vicente Romero <vromero at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0187f4df967d5b32807cfb9c1028cb75fe99b05d
Stats:     7 lines in 2 files changed: 6 ins; 0 del; 1 mod

8372023: Javac JMH failures

Reviewed-by: liach

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

PR: https://git.openjdk.org/jdk/pull/28400


More information about the compiler-dev mailing list