hotspot/src/share/vm/ci/ciEnv.cpp
changeset 15471 41f75023e6a6
parent 14490 5bb45ed999ee
child 15485 beb9d55124da
equal deleted inserted replaced
15427:cce07c613ece 15471:41f75023e6a6
  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