Integrated: Missing nmethod preload bit after #27
Aleksey Shipilev
shade at openjdk.org
Tue Apr 1 18:26:19 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.
This pull request has now been integrated.
Changeset: 15d55e57
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/leyden/commit/15d55e575437f0812e32605a73830fea0fc6f744
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Missing nmethod preload bit after #27
Reviewed-by: asmehra
-------------
PR: https://git.openjdk.org/leyden/pull/51
More information about the leyden-dev
mailing list