8151268: Wire up the x86 _vectorizedMismatch stub routine in C1

Reviewed-by: kvn
This commit is contained in:
Paul Sandoz 2016-05-05 10:03:26 -07:00
parent 7057abda29
commit 472a1bc607
12 changed files with 113 additions and 11 deletions

View file

@ -3179,6 +3179,10 @@ void LIRGenerator::do_Intrinsic(Intrinsic* x) {
do_update_CRC32C(x);
break;
case vmIntrinsics::_vectorizedMismatch:
do_vectorizedMismatch(x);
break;
default: ShouldNotReachHere(); break;
}
}