RFR: Missing nmethod preload bit after #27
Aleksey Shipilev
shade at openjdk.org
Tue Apr 1 15:17:33 UTC 2025
On Tue, 1 Apr 2025 15:12:14 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Noticed in experiments that we no longer print "AP" in print compilation logs for preload code. I think #27 missed setting a relevant bit on `nmethod`.
>
> Output before:
>
>
> 52 W0.0 Q17.5 C0.0 A0.0 465 AP 4 com.sun.tools.javac.util.StringNameTable::fromString (50 bytes)
> 53 465 A 4 com.sun.tools.javac.util.StringNameTable::fromString (50 bytes) made not entrant: uncommon trap
>
>
> Note this is compile task "465", yet it loses the "AP" in the middle of the run.
@ashu-mehra ^^^
-------------
PR Comment: https://git.openjdk.org/leyden/pull/51#issuecomment-2769707257
More information about the leyden-dev
mailing list