hotspot/src/share/vm/ci/ciMethodData.cpp
changeset 15471 41f75023e6a6
parent 14477 95e66ea71f71
child 20692 65021f70c2fc
--- a/hotspot/src/share/vm/ci/ciMethodData.cpp	Fri Jan 25 03:03:23 2013 -0800
+++ b/hotspot/src/share/vm/ci/ciMethodData.cpp	Fri Feb 01 02:50:23 2013 -0800
@@ -374,6 +374,7 @@
 
 void ciMethodData::dump_replay_data(outputStream* out) {
   ASSERT_IN_VM;
+  ResourceMark rm;
   MethodData* mdo = get_MethodData();
   Method* method = mdo->method();
   Klass* holder = method->method_holder();