hotspot/src/share/vm/ci/ciMethod.cpp
changeset 20692 65021f70c2fc
parent 20017 81eba62e9048
child 20695 4f5a5e95090b
equal deleted inserted replaced
20691:63d27d9c8e79 20692:65021f70c2fc
  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",