src/share/vm/ci/ciMethod.cpp

changeset 4531
fcc9e7681d63
parent 4313
beebba0acc11
child 4539
6a51fc70a15e
equal deleted inserted replaced
4487:6fbe8a57549d 4531:fcc9e7681d63
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(),

mercurial