8143355: Update for addition of vectorizedMismatch intrinsic for x86

Co-authored-by: Liqi Yi <liqi.yi@intel.com>
Reviewed-by: kvn
This commit is contained in:
Vivek R Deshpande 2015-12-07 16:35:07 -08:00 committed by Vladimir Kozlov
parent 43d48c16d2
commit 2d9a6cfd3f
18 changed files with 351 additions and 4 deletions

View file

@ -148,6 +148,8 @@ address StubRoutines::_mulAdd = NULL;
address StubRoutines::_montgomeryMultiply = NULL;
address StubRoutines::_montgomerySquare = NULL;
address StubRoutines::_vectorizedMismatch = NULL;
address StubRoutines::_dexp = NULL;
address StubRoutines::_dlog = NULL;