mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8306851: Move Method access flags
Reviewed-by: cjplummer, dholmes, dnsimon, matsaave, fparain
This commit is contained in:
parent
a6b4f25bd5
commit
316d303c1d
27 changed files with 483 additions and 464 deletions
|
@ -3477,6 +3477,7 @@ void InstanceKlass::print_on(outputStream* st) const {
|
|||
st->print(BULLET"instance size: %d", size_helper()); st->cr();
|
||||
st->print(BULLET"klass size: %d", size()); st->cr();
|
||||
st->print(BULLET"access: "); access_flags().print_on(st); st->cr();
|
||||
st->print(BULLET"flags: "); _misc_flags.print_on(st); st->cr();
|
||||
st->print(BULLET"state: "); st->print_cr("%s", init_state_name());
|
||||
st->print(BULLET"name: "); name()->print_value_on(st); st->cr();
|
||||
st->print(BULLET"super: "); Metadata::print_value_on_maybe_null(st, super()); st->cr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue