hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 35232 76aed99c0ddd
parent 35216 71c463a17b3b
parent 35146 9ebfec283f56
child 35546 b75e269c0922
child 35495 e27da438fa13
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Mon Jan 04 13:57:34 2016 -0800
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Thu Jan 07 21:10:28 2016 +0000
@@ -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