hotspot/src/share/vm/ci/ciEnv.cpp
changeset 15471 41f75023e6a6
parent 14490 5bb45ed999ee
child 15485 beb9d55124da
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Fri Jan 25 03:03:23 2013 -0800
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Fri Feb 01 02:50:23 2013 -0800
@@ -1168,7 +1168,7 @@
 
 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);