hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 35540 e001ad24dcdb
parent 35146 9ebfec283f56
child 35542 9dccb7f9f656
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Fri Jan 08 11:41:04 2016 +0100
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Fri Jan 08 21:06:50 2016 -0800
@@ -320,6 +320,8 @@
   FUNCTION_CASE(entry, StubRoutines::dexp());
   FUNCTION_CASE(entry, StubRoutines::dlog());
   FUNCTION_CASE(entry, StubRoutines::dpow());
+  FUNCTION_CASE(entry, StubRoutines::dsin());
+  FUNCTION_CASE(entry, StubRoutines::dcos());
 
 #undef FUNCTION_CASE