hotspot/src/share/vm/ci/ciMethod.cpp
changeset 15471 41f75023e6a6
parent 14621 fd9265ab0f67
child 15479 e3c00ec80145
equal deleted inserted replaced
15427:cce07c613ece 15471:41f75023e6a6
  1176 
  1176 
  1177 #undef FETCH_FLAG_FROM_VM
  1177 #undef FETCH_FLAG_FROM_VM
  1178 
  1178 
  1179 void ciMethod::dump_replay_data(outputStream* st) {
  1179 void ciMethod::dump_replay_data(outputStream* st) {
  1180   ASSERT_IN_VM;
  1180   ASSERT_IN_VM;
       
  1181   ResourceMark rm;
  1181   Method* method = get_Method();
  1182   Method* method = get_Method();
  1182   Klass*  holder = method->method_holder();
  1183   Klass*  holder = method->method_holder();
  1183   st->print_cr("ciMethod %s %s %s %d %d %d %d %d",
  1184   st->print_cr("ciMethod %s %s %s %d %d %d %d %d",
  1184                holder->name()->as_quoted_ascii(),
  1185                holder->name()->as_quoted_ascii(),
  1185                method->name()->as_quoted_ascii(),
  1186                method->name()->as_quoted_ascii(),