Skip to content

Commit

Permalink
8256929: [lworld] Fails to compile with --with-debug-level=optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
David Simms committed Nov 24, 2020
1 parent 0e48aeb commit 9108c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hotspot/share/oops/method.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2447,8 +2447,10 @@ void Method::print_on(outputStream* st) const {
if (highest_comp_level() != CompLevel_none)
st->print_cr(" - highest level: %d", highest_comp_level());
st->print_cr(" - vtable index: %d", _vtable_index);
#ifdef ASSERT
if (valid_itable_index())
st->print_cr(" - itable index: %d", itable_index());
#endif
st->print_cr(" - i2i entry: " INTPTR_FORMAT, p2i(interpreter_entry()));
st->print( " - adapters: ");
AdapterHandlerEntry* a = ((Method*)this)->adapter();
Expand Down

0 comments on commit 9108c12

Please sign in to comment.