< prev index next >

src/share/vm/c1/c1_Runtime1.cpp

Print this page

        

*** 316,325 **** --- 316,326 ---- #ifdef TRACE_HAVE_INTRINSICS FUNCTION_CASE(entry, TRACE_TIME_METHOD); #endif FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32()); FUNCTION_CASE(entry, StubRoutines::dexp()); + FUNCTION_CASE(entry, StubRoutines::dlog()); #undef FUNCTION_CASE // Soft float adds more runtime names. return pd_name_for_address(entry);
< prev index next >