src/share/vm/ci/ciMethod.cpp

changeset 5904
5cc2d82aa82a
parent 5732
b2e698d2276c
child 5907
c775af091fe9
equal deleted inserted replaced
5903:bf8a21c3ab3b 5904: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",

mercurial