mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
7157141: crash in 64 bit with corrupted oops
Reviewed-by: kvn, iveresov
This commit is contained in:
parent
cdd9c702ac
commit
8fc6b2ef2a
6 changed files with 20 additions and 21 deletions
|
@ -685,6 +685,12 @@ void VMError::report(outputStream* st) {
|
|||
// extended (i.e., more detailed) version.
|
||||
Universe::print_on(st, true /* extended */);
|
||||
st->cr();
|
||||
|
||||
Universe::heap()->barrier_set()->print_on(st);
|
||||
st->cr();
|
||||
|
||||
st->print_cr("Polling page: " INTPTR_FORMAT, os::get_polling_page());
|
||||
st->cr();
|
||||
}
|
||||
|
||||
STEP(195, "(printing code cache information)" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue