hotspot/src/share/vm/ci/ciInstanceKlass.cpp
changeset 20692 65021f70c2fc
parent 20017 81eba62e9048
child 21209 5eecc37ceb93
equal deleted inserted replaced
20691:63d27d9c8e79 20692:65021f70c2fc
   669   }
   669   }
   670 };
   670 };
   671 
   671 
   672 
   672 
   673 void ciInstanceKlass::dump_replay_data(outputStream* out) {
   673 void ciInstanceKlass::dump_replay_data(outputStream* out) {
   674   ASSERT_IN_VM;
       
   675   ResourceMark rm;
   674   ResourceMark rm;
   676 
   675 
   677   InstanceKlass* ik = get_instanceKlass();
   676   InstanceKlass* ik = get_instanceKlass();
   678   ConstantPool*  cp = ik->constants();
   677   ConstantPool*  cp = ik->constants();
   679 
   678