mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +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
|
@ -1168,7 +1168,7 @@ void ciEnv::dump_replay_data() {
|
|||
|
||||
void ciEnv::dump_replay_data(outputStream* out) {
|
||||
ASSERT_IN_VM;
|
||||
|
||||
ResourceMark rm;
|
||||
#if INCLUDE_JVMTI
|
||||
out->print_cr("JvmtiExport can_access_local_variables %d", _jvmti_can_access_local_variables);
|
||||
out->print_cr("JvmtiExport can_hotswap_or_post_breakpoint %d", _jvmti_can_hotswap_or_post_breakpoint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue