hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 35146 9ebfec283f56
parent 35071 a0910b1d3e0d
child 35232 76aed99c0ddd
child 35540 e001ad24dcdb
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Wed Dec 23 16:24:19 2015 -0800
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Wed Dec 23 21:09:50 2015 -0800
@@ -319,6 +319,7 @@
   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
   FUNCTION_CASE(entry, StubRoutines::dexp());
   FUNCTION_CASE(entry, StubRoutines::dlog());
+  FUNCTION_CASE(entry, StubRoutines::dpow());
 
 #undef FUNCTION_CASE