hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 38018 1dc6c6f21231
parent 36616 5172e3dd60f2
child 38237 d972e3a2df53
equal deleted inserted replaced
38017:55047d16f141 38018:1dc6c6f21231
   318   FUNCTION_CASE(entry, TRACE_TIME_METHOD);
   318   FUNCTION_CASE(entry, TRACE_TIME_METHOD);
   319 #endif
   319 #endif
   320   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
   320   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
   321   FUNCTION_CASE(entry, StubRoutines::dexp());
   321   FUNCTION_CASE(entry, StubRoutines::dexp());
   322   FUNCTION_CASE(entry, StubRoutines::dlog());
   322   FUNCTION_CASE(entry, StubRoutines::dlog());
       
   323   FUNCTION_CASE(entry, StubRoutines::dlog10());
   323   FUNCTION_CASE(entry, StubRoutines::dpow());
   324   FUNCTION_CASE(entry, StubRoutines::dpow());
   324   FUNCTION_CASE(entry, StubRoutines::dsin());
   325   FUNCTION_CASE(entry, StubRoutines::dsin());
   325   FUNCTION_CASE(entry, StubRoutines::dcos());
   326   FUNCTION_CASE(entry, StubRoutines::dcos());
       
   327   FUNCTION_CASE(entry, StubRoutines::dtan());
   326 
   328 
   327 #undef FUNCTION_CASE
   329 #undef FUNCTION_CASE
   328 
   330 
   329   // Soft float adds more runtime names.
   331   // Soft float adds more runtime names.
   330   return pd_name_for_address(entry);
   332   return pd_name_for_address(entry);