mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
ce74c2fa3c
1751 changed files with 227176 additions and 9534 deletions
|
@ -2642,6 +2642,7 @@ address nmethod::continuation_for_implicit_exception(address pc) {
|
|||
ResourceMark rm(thread);
|
||||
CodeBlob* cb = CodeCache::find_blob(pc);
|
||||
assert(cb != NULL && cb == this, "");
|
||||
ttyLocker ttyl;
|
||||
tty->print_cr("implicit exception happened at " INTPTR_FORMAT, p2i(pc));
|
||||
print();
|
||||
method()->print_codes();
|
||||
|
@ -2963,13 +2964,6 @@ void nmethod::print() const {
|
|||
nul_chk_table_size());
|
||||
}
|
||||
|
||||
void nmethod::print_code() {
|
||||
HandleMark hm;
|
||||
ResourceMark m;
|
||||
Disassembler::decode(this);
|
||||
}
|
||||
|
||||
|
||||
#ifndef PRODUCT
|
||||
|
||||
void nmethod::print_scopes() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue