hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 38237 d972e3a2df53
parent 38018 1dc6c6f21231
child 38238 1bbcc430c78d
equal deleted inserted replaced
38236:510f77046e00 38237:d972e3a2df53
   316   FUNCTION_CASE(entry, trace_block_entry);
   316   FUNCTION_CASE(entry, trace_block_entry);
   317 #ifdef TRACE_HAVE_INTRINSICS
   317 #ifdef TRACE_HAVE_INTRINSICS
   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::updateBytesCRC32C());
   321   FUNCTION_CASE(entry, StubRoutines::dexp());
   322   FUNCTION_CASE(entry, StubRoutines::dexp());
   322   FUNCTION_CASE(entry, StubRoutines::dlog());
   323   FUNCTION_CASE(entry, StubRoutines::dlog());
   323   FUNCTION_CASE(entry, StubRoutines::dlog10());
   324   FUNCTION_CASE(entry, StubRoutines::dlog10());
   324   FUNCTION_CASE(entry, StubRoutines::dpow());
   325   FUNCTION_CASE(entry, StubRoutines::dpow());
   325   FUNCTION_CASE(entry, StubRoutines::dsin());
   326   FUNCTION_CASE(entry, StubRoutines::dsin());