8139575: Update for x86 log in the math lib

Add new java.lang.Math() intrinsics from x86

Reviewed-by: kvn, iveresov
This commit is contained in:
Vivek R Deshpande 2015-10-22 21:39:25 -07:00 committed by Igor Veresov
parent fb687e4ff4
commit c07f802b14
27 changed files with 789 additions and 147 deletions

View file

@ -149,6 +149,7 @@ address StubRoutines::_montgomeryMultiply = NULL;
address StubRoutines::_montgomerySquare = NULL;
address StubRoutines::_dexp = NULL;
address StubRoutines::_dlog = NULL;
double (* StubRoutines::_intrinsic_log )(double) = NULL;
double (* StubRoutines::_intrinsic_log10 )(double) = NULL;