comparison src/share/vm/ci/ciInstanceKlass.cpp @ 12865:5cc2d82aa82a

8024943: ciReplay: fails to dump replay data during safepointing Reviewed-by: kvn, twisti
author vlivanov
date Mon, 07 Oct 2013 14:11:49 +0400
parents b2e698d2276c
children 4d3575d37a07
comparison
equal deleted inserted replaced
12864:bf8a21c3ab3b 12865:5cc2d82aa82a
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