mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8223626: move print() functions to cpp files
Improve debugging experience Reviewed-by: dholmes, dlong
This commit is contained in:
parent
c90f3ee68b
commit
77d60eff6a
44 changed files with 100 additions and 45 deletions
|
@ -84,6 +84,7 @@ void VtableStub::print_on(outputStream* st) const {
|
|||
index(), p2i(receiver_location()), p2i(code_begin()), p2i(code_end()));
|
||||
}
|
||||
|
||||
void VtableStub::print() const { print_on(tty); }
|
||||
|
||||
// -----------------------------------------------------------------------------------------
|
||||
// Implementation of VtableStubs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue