comparison src/share/vm/ci/ciMethod.cpp @ 7990:fcc9e7681d63

8006410: allocating without ResourceMark when CompileCommand was specified Reviewed-by: kvn, vlivanov Contributed-by: Igor Ignatyev <igor.ignatyev@oracle.com>
author vlivanov
date Fri, 01 Feb 2013 02:50:23 -0800
parents beebba0acc11
children 6a51fc70a15e
comparison
equal deleted inserted replaced
7946:6fbe8a57549d 7990: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(),