mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
7141200: log some interesting information in ring buffers for crashes
Reviewed-by: kvn, jrose, kevinw, brutisso, twisti, jmasa
This commit is contained in:
parent
a59952f4c9
commit
5a41427b37
30 changed files with 539 additions and 369 deletions
|
@ -570,7 +570,7 @@ void frame::print_value_on(outputStream* st, JavaThread *thread) const {
|
|||
InterpreterCodelet* desc = Interpreter::codelet_containing(pc());
|
||||
if (desc != NULL) {
|
||||
st->print("~");
|
||||
desc->print();
|
||||
desc->print_on(st);
|
||||
NOT_PRODUCT(begin = desc->code_begin(); end = desc->code_end();)
|
||||
} else {
|
||||
st->print("~interpreter");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue