src/hotspot/share/c1/c1_Runtime1.cpp
changeset 54973 0927d8c7296f
parent 54786 ebf733a324d4
child 55590 05dac93510c0
child 58678 9cf78a70fa4f
equal deleted inserted replaced
54972:f98a0ab24887 54973:0927d8c7296f
   573       stringStream tempst;
   573       stringStream tempst;
   574       assert(nm->method() != NULL, "Unexpected NULL method()");
   574       assert(nm->method() != NULL, "Unexpected NULL method()");
   575       tempst.print("compiled method <%s>\n"
   575       tempst.print("compiled method <%s>\n"
   576                    " at PC" INTPTR_FORMAT " for thread " INTPTR_FORMAT,
   576                    " at PC" INTPTR_FORMAT " for thread " INTPTR_FORMAT,
   577                    nm->method()->print_value_string(), p2i(pc), p2i(thread));
   577                    nm->method()->print_value_string(), p2i(pc), p2i(thread));
   578       Exceptions::log_exception(exception, tempst);
   578       Exceptions::log_exception(exception, tempst.as_string());
   579     }
   579     }
   580     // for AbortVMOnException flag
   580     // for AbortVMOnException flag
   581     Exceptions::debug_check_abort(exception);
   581     Exceptions::debug_check_abort(exception);
   582 
   582 
   583     // Clear out the exception oop and pc since looking up an
   583     // Clear out the exception oop and pc since looking up an