On Mon, 8 Sep 2025 19:50:48 GMT, Erik Joelsson <er...@openjdk.org> 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. This pull request has now been integrated. Changeset: 56e37352 Author: Erik Joelsson <er...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/56e37352d5b0a749ccd150c36c9248e37d280eb6 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8367130: JDK builds broken by 8366837: Clean up gensrc by spp.Spp Reviewed-by: liach ------------- PR: https://git.openjdk.org/jdk/pull/27150