mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +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
|
@ -558,6 +558,8 @@ void CodeBlob::print_on(outputStream* st) const {
|
|||
st->print_cr("Framesize: %d", _frame_size);
|
||||
}
|
||||
|
||||
void CodeBlob::print() const { print_on(tty); }
|
||||
|
||||
void CodeBlob::print_value_on(outputStream* st) const {
|
||||
st->print_cr("[CodeBlob]");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue