comparison src/share/vm/ci/ciEnv.cpp @ 7990:fcc9e7681d63

8006410: allocating without ResourceMark when CompileCommand was specified Reviewed-by: kvn, vlivanov Contributed-by: Igor Ignatyev <igor.ignatyev@oracle.com>
author vlivanov
date Fri, 01 Feb 2013 02:50:23 -0800
parents 80e866b1d053
children df8462fbe585
comparison
equal deleted inserted replaced
7946:6fbe8a57549d 7990:fcc9e7681d63
1166 } 1166 }
1167 1167
1168 1168
1169 void ciEnv::dump_replay_data(outputStream* out) { 1169 void ciEnv::dump_replay_data(outputStream* out) {
1170 ASSERT_IN_VM; 1170 ASSERT_IN_VM;
1171 1171 ResourceMark rm;
1172 #if INCLUDE_JVMTI 1172 #if INCLUDE_JVMTI
1173 out->print_cr("JvmtiExport can_access_local_variables %d", _jvmti_can_access_local_variables); 1173 out->print_cr("JvmtiExport can_access_local_variables %d", _jvmti_can_access_local_variables);
1174 out->print_cr("JvmtiExport can_hotswap_or_post_breakpoint %d", _jvmti_can_hotswap_or_post_breakpoint); 1174 out->print_cr("JvmtiExport can_hotswap_or_post_breakpoint %d", _jvmti_can_hotswap_or_post_breakpoint);
1175 out->print_cr("JvmtiExport can_post_on_exceptions %d", _jvmti_can_post_on_exceptions); 1175 out->print_cr("JvmtiExport can_post_on_exceptions %d", _jvmti_can_post_on_exceptions);
1176 #endif // INCLUDE_JVMTI 1176 #endif // INCLUDE_JVMTI