RFR: Missing nmethod preload bit after #27

Ashutosh Mehra asmehra at openjdk.org
Tue Apr 1 17:41:23 UTC 2025


On Tue, 1 Apr 2025 15:12:22 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  ^^^

@shipilev thanks for fixing the bug.

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

PR Comment: https://git.openjdk.org/leyden/pull/51#issuecomment-2770214938


More information about the leyden-dev mailing list