src/hotspot/share/c1/c1_Runtime1.cpp
changeset 51314 82adcc8ad853
parent 50113 caf115bb98ad
child 51467 12997ebbc0d8
equal deleted inserted replaced
51313:f7236b46b60c 51314:82adcc8ad853
   566     // debugging support
   566     // debugging support
   567     // tracing
   567     // tracing
   568     if (log_is_enabled(Info, exceptions)) {
   568     if (log_is_enabled(Info, exceptions)) {
   569       ResourceMark rm;
   569       ResourceMark rm;
   570       stringStream tempst;
   570       stringStream tempst;
       
   571       assert(nm->method() != NULL, "Unexpected NULL method()");
   571       tempst.print("compiled method <%s>\n"
   572       tempst.print("compiled method <%s>\n"
   572                    " at PC" INTPTR_FORMAT " for thread " INTPTR_FORMAT,
   573                    " at PC" INTPTR_FORMAT " for thread " INTPTR_FORMAT,
   573                    nm->method()->print_value_string(), p2i(pc), p2i(thread));
   574                    nm->method()->print_value_string(), p2i(pc), p2i(thread));
   574       Exceptions::log_exception(exception, tempst);
   575       Exceptions::log_exception(exception, tempst);
   575     }
   576     }