< prev index next >

src/hotspot/share/c1/c1_Runtime1.cpp

Print this page

        

*** 566,575 **** --- 566,576 ---- // debugging support // tracing if (log_is_enabled(Info, exceptions)) { ResourceMark rm; stringStream tempst; + assert(nm->method() != NULL, "Unexpected NULL method()"); tempst.print("compiled method <%s>\n" " at PC" INTPTR_FORMAT " for thread " INTPTR_FORMAT, nm->method()->print_value_string(), p2i(pc), p2i(thread)); Exceptions::log_exception(exception, tempst); }
< prev index next >