hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 33465 6063f28a6efb
parent 33089 f4e956ed8b43
child 33485 29d1dfa9bb4a
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp	Thu Oct 22 19:03:52 2015 +0000
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp	Thu Oct 22 21:39:25 2015 -0700
@@ -149,6 +149,7 @@
 address StubRoutines::_montgomerySquare = NULL;
 
 address StubRoutines::_dexp = NULL;
+address StubRoutines::_dlog = NULL;
 
 double (* StubRoutines::_intrinsic_log   )(double) = NULL;
 double (* StubRoutines::_intrinsic_log10 )(double) = NULL;