RFR: Missing nmethod preload bit after #27
Ashutosh Mehra
asmehra at openjdk.org
Tue Apr 1 17:41:22 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.
lgtm
-------------
Marked as reviewed by asmehra (Committer).
PR Review: https://git.openjdk.org/leyden/pull/51#pullrequestreview-2733551821
More information about the leyden-dev
mailing list