Integrated: 8369039: JDK-8348611 caused regression in Javac-Hot-Generate
Archie Cobbs
acobbs at openjdk.org
Thu Oct 9 01:35:16 UTC 2025
On Mon, 6 Oct 2025 16:03:11 GMT, Archie Cobbs <acobbs at openjdk.org> wrote:
> The refactoring in [JDK-8348611](https://bugs.openjdk.org/browse/JDK-8348611) caused a regression in compiler performance. In the the refactoring there were a couple of simple optimizations that were missed. When put in place, these seem to (mostly) address the performance issue.
This pull request has now been integrated.
Changeset: 5873c4b5
Author: Archie Cobbs <acobbs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5873c4b5d61844b6b34a46e8955bd94bdd3d7610
Stats: 43 lines in 2 files changed: 21 ins; 5 del; 17 mod
8369039: JDK-8348611 caused regression in Javac-Hot-Generate
Co-authored-by: Claes Redestad <redestad at openjdk.org>
Reviewed-by: jlahoda, redestad
-------------
PR: https://git.openjdk.org/jdk/pull/27651
More information about the compiler-dev
mailing list