< prev index next >

src/share/vm/c1/c1_Runtime1.cpp

Print this page

        

@@ -317,10 +317,12 @@
   FUNCTION_CASE(entry, TRACE_TIME_METHOD);
 #endif
   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
   FUNCTION_CASE(entry, StubRoutines::dexp());
   FUNCTION_CASE(entry, StubRoutines::dlog());
+  FUNCTION_CASE(entry, StubRoutines::dsin());
+  FUNCTION_CASE(entry, StubRoutines::dcos());
 
 #undef FUNCTION_CASE
 
   // Soft float adds more runtime names.
   return pd_name_for_address(entry);
< prev index next >