diff -r 8c06a6558874 -r 6063f28a6efb hotspot/src/share/vm/runtime/stubRoutines.cpp --- 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;