comparison src/share/vm/ci/ciMethodData.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 fcc9e7681d63
children c775af091fe9
comparison
equal deleted inserted replaced
12864:bf8a21c3ab3b 12865:5cc2d82aa82a
371 void ciMethodData::print_impl(outputStream* st) { 371 void ciMethodData::print_impl(outputStream* st) {
372 ciMetadata::print_impl(st); 372 ciMetadata::print_impl(st);
373 } 373 }
374 374
375 void ciMethodData::dump_replay_data(outputStream* out) { 375 void ciMethodData::dump_replay_data(outputStream* out) {
376 ASSERT_IN_VM;
377 ResourceMark rm; 376 ResourceMark rm;
378 MethodData* mdo = get_MethodData(); 377 MethodData* mdo = get_MethodData();
379 Method* method = mdo->method(); 378 Method* method = mdo->method();
380 Klass* holder = method->method_holder(); 379 Klass* holder = method->method_holder();
381 out->print("ciMethodData %s %s %s %d %d", 380 out->print("ciMethodData %s %s %s %d %d",