mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8006410: allocating without ResourceMark when CompileCommand was specified
Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
0c7d523859
commit
a25db953cc
5 changed files with 7 additions and 1 deletions
|
@ -1178,6 +1178,7 @@ ciMethodBlocks *ciMethod::get_method_blocks() {
|
|||
|
||||
void ciMethod::dump_replay_data(outputStream* st) {
|
||||
ASSERT_IN_VM;
|
||||
ResourceMark rm;
|
||||
Method* method = get_Method();
|
||||
Klass* holder = method->method_holder();
|
||||
st->print_cr("ciMethod %s %s %s %d %d %d %d %d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue