changeset 33485 | 29d1dfa9bb4a |
parent 33465 | 6063f28a6efb |
child 35071 | a0910b1d3e0d |
child 35110 | f19bcdf40799 |
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp Thu Oct 29 13:23:43 2015 +0000 +++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp Thu Oct 29 09:59:56 2015 -0700 @@ -151,7 +151,6 @@ address StubRoutines::_dexp = NULL; address StubRoutines::_dlog = NULL; -double (* StubRoutines::_intrinsic_log )(double) = NULL; double (* StubRoutines::_intrinsic_log10 )(double) = NULL; double (* StubRoutines::_intrinsic_pow )(double, double) = NULL; double (* StubRoutines::_intrinsic_sin )(double) = NULL;