--- old/src/hotspot/share/c1/c1_Compiler.cpp 2018-09-25 19:23:31.000000000 +0300 +++ new/src/hotspot/share/c1/c1_Compiler.cpp 2018-09-25 19:23:31.000000000 +0300 @@ -1,5 +1,6 @@ /* * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015-2018, Azul Systems, Inc. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -215,10 +216,19 @@ case vmIntrinsics::_updateCRC32: case vmIntrinsics::_updateBytesCRC32: case vmIntrinsics::_updateByteBufferCRC32: -#if defined(SPARC) || defined(S390) || defined(PPC64) || defined(AARCH64) +#if defined(SPARC) || defined(S390) || defined(PPC64) || defined(AARCH64) || defined(AARCH32) case vmIntrinsics::_updateBytesCRC32C: case vmIntrinsics::_updateDirectByteBufferCRC32C: #endif +#ifdef AARCH32 + case vmIntrinsics::_aescrypt_encryptBlock: + case vmIntrinsics::_aescrypt_decryptBlock: + case vmIntrinsics::_sha_implCompress: + case vmIntrinsics::_sha2_implCompress: + case vmIntrinsics::_sha5_implCompress: + case vmIntrinsics::_montgomeryMultiply: + case vmIntrinsics::_montgomerySquare: +#endif case vmIntrinsics::_vectorizedMismatch: case vmIntrinsics::_compareAndSetInt: case vmIntrinsics::_compareAndSetObject: