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

@ -373,7 +373,6 @@ void ciMethodData::print_impl(outputStream* st) {
}
void ciMethodData::dump_replay_data(outputStream* out) {
ASSERT_IN_VM;
ResourceMark rm;
MethodData* mdo = get_MethodData();
Method* method = mdo->method();