hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 38018 1dc6c6f21231
parent 36616 5172e3dd60f2
child 38237 d972e3a2df53
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Wed Mar 30 17:04:14 2016 +0200
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Wed Apr 06 10:29:26 2016 -0700
@@ -320,9 +320,11 @@
   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
   FUNCTION_CASE(entry, StubRoutines::dexp());
   FUNCTION_CASE(entry, StubRoutines::dlog());
+  FUNCTION_CASE(entry, StubRoutines::dlog10());
   FUNCTION_CASE(entry, StubRoutines::dpow());
   FUNCTION_CASE(entry, StubRoutines::dsin());
   FUNCTION_CASE(entry, StubRoutines::dcos());
+  FUNCTION_CASE(entry, StubRoutines::dtan());
 
 #undef FUNCTION_CASE