mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
Merge
This commit is contained in:
commit
622a5ae6f0
112 changed files with 2044 additions and 803 deletions
|
@ -3174,6 +3174,15 @@ void LIRGenerator::do_Intrinsic(Intrinsic* x) {
|
|||
do_update_CRC32(x);
|
||||
break;
|
||||
|
||||
case vmIntrinsics::_updateBytesCRC32C:
|
||||
case vmIntrinsics::_updateDirectByteBufferCRC32C:
|
||||
do_update_CRC32C(x);
|
||||
break;
|
||||
|
||||
case vmIntrinsics::_vectorizedMismatch:
|
||||
do_vectorizedMismatch(x);
|
||||
break;
|
||||
|
||||
default: ShouldNotReachHere(); break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue