On Mon, 8 Sep 2025 19:50:48 GMT, Erik Joelsson <[email protected]> wrote:

> Builds on all platforms are currently broken due to a clash between 
> [JDK-8366837](https://bugs.openjdk.org/browse/JDK-8366837) and 
> [JDK-8366455](https://bugs.openjdk.org/browse/JDK-8366455).  The former 
> changed the name of a variable that the latter introduced a new usage of. The 
> fix is simple, just change the usage of the variable to the new name.
> 
> I'm running a quick verification in internal CI.

Thanks for this quick fix. We can investigate generated class parity later.

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

Marked as reviewed by liach (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27150#pullrequestreview-3197998413

Reply via email to