RFR: 8306851: Move Method access flags [v3]
Coleen Phillimore
coleenp at openjdk.org
Fri Apr 28 20:00:53 UTC 2023
On Fri, 28 Apr 2023 18:39:21 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> src/hotspot/share/oops/constMethod.cpp line 438:
>>
>>> 436: }
>>> 437: st->cr();
>>> 438: st->print(" - flags: "); _flags.print_on(st); st->cr();
>>
>> Method prints its flags as an int and in decoded form, but ConstMethod only prints the decoded form. Any particular reason for this difference?
>
> No reason for this difference. The only reason I added the int form for MethodFlags was because AccessFlags were printed also with the int form.
I fixed the constMethod printing with the last commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13654#discussion_r1180757104
More information about the serviceability-dev
mailing list