hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 35495 e27da438fa13
parent 35477 7a00b08d27bc
parent 35232 76aed99c0ddd
child 35606 d873b64009cc
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Thu Jan 14 13:26:19 2016 +0100
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Thu Jan 14 17:36:29 2016 +0100
@@ -320,6 +320,7 @@
   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
   FUNCTION_CASE(entry, StubRoutines::dexp());
   FUNCTION_CASE(entry, StubRoutines::dlog());
+  FUNCTION_CASE(entry, StubRoutines::dpow());
 
 #undef FUNCTION_CASE