7157141: crash in 64 bit with corrupted oops

Reviewed-by: kvn, iveresov
This commit is contained in:
Tom Rodriguez 2012-04-02 16:05:56 -07:00
parent cdd9c702ac
commit 8fc6b2ef2a
6 changed files with 20 additions and 21 deletions

View file

@ -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)" )