< prev index next >

src/share/vm/c1/c1_Runtime1.cpp

Print this page

        

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