comparison src/share/vm/ci/ciMethod.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 c775af091fe9
comparison
equal deleted inserted replaced
12864:bf8a21c3ab3b 12865:5cc2d82aa82a
1245 } 1245 }
1246 1246
1247 #undef FETCH_FLAG_FROM_VM 1247 #undef FETCH_FLAG_FROM_VM
1248 1248
1249 void ciMethod::dump_replay_data(outputStream* st) { 1249 void ciMethod::dump_replay_data(outputStream* st) {
1250 ASSERT_IN_VM;
1251 ResourceMark rm; 1250 ResourceMark rm;
1252 Method* method = get_Method(); 1251 Method* method = get_Method();
1253 MethodCounters* mcs = method->method_counters(); 1252 MethodCounters* mcs = method->method_counters();
1254 Klass* holder = method->method_holder(); 1253 Klass* holder = method->method_holder();
1255 st->print_cr("ciMethod %s %s %s %d %d %d %d %d", 1254 st->print_cr("ciMethod %s %s %s %d %d %d %d %d",