8024943: ciReplay: fails to dump replay data during safepointing

Reviewed-by: kvn, twisti
This commit is contained in:
Vladimir Ivanov 2013-10-07 14:11:49 +04:00
parent 9cb5f396ae
commit 9edb09d8fb
6 changed files with 15 additions and 7 deletions

View file

@ -1247,7 +1247,6 @@ ciMethodBlocks *ciMethod::get_method_blocks() {
#undef FETCH_FLAG_FROM_VM
void ciMethod::dump_replay_data(outputStream* st) {
ASSERT_IN_VM;
ResourceMark rm;
Method* method = get_Method();
MethodCounters* mcs = method->method_counters();