RFR: 8369039: JDK-8348611 caused regression in Javac-Hot-Generate [v3]

Archie Cobbs acobbs at openjdk.org
Wed Oct 8 14:58:08 UTC 2025


On Wed, 8 Oct 2025 14:49:53 GMT, Archie Cobbs <acobbs at openjdk.org> wrote:

> Actually it will most likely only have one entry - package declarations are not included because they can never contain `@SuppressWarnings` annotations. This may explain why `LinkedList` is faster on average.

Argh, ignore that, I was looking at something else. So "2" is the right number on average.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27651#discussion_r2414154075


More information about the compiler-dev mailing list