mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8151268: Wire up the x86 _vectorizedMismatch stub routine in C1
Reviewed-by: kvn
This commit is contained in:
parent
7057abda29
commit
472a1bc607
12 changed files with 113 additions and 11 deletions
|
@ -228,6 +228,7 @@ bool Compiler::is_intrinsic_supported(const methodHandle& method) {
|
|||
case vmIntrinsics::_updateBytesCRC32C:
|
||||
case vmIntrinsics::_updateDirectByteBufferCRC32C:
|
||||
#endif
|
||||
case vmIntrinsics::_vectorizedMismatch:
|
||||
case vmIntrinsics::_compareAndSwapInt:
|
||||
case vmIntrinsics::_compareAndSwapObject:
|
||||
case vmIntrinsics::_getCharStringU:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue