RFR: 8367130: JDK builds broken by 8366837: Clean up gensrc by spp.Spp

Chen Liang liach at openjdk.org
Mon Sep 8 20:16:10 UTC 2025


On Mon, 8 Sep 2025 19:50:48 GMT, Erik Joelsson <erikj at 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.

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


More information about the core-libs-dev mailing list