8191338: aarch64: fails to build after 8189745

Reviewed-by: aph, drwhite, dchuyko
This commit is contained in:
Stuart Monteith 2017-11-20 09:46:55 +00:00
parent fc7955d5fc
commit cdf8de893e

@ -1069,7 +1069,7 @@ address TemplateInterpreterGenerator::generate_CRC32_updateBytes_entry(AbstractI
* CRC32C also uses an "end" variable instead of the length variable CRC32 uses
*/
address TemplateInterpreterGenerator::generate_CRC32C_updateBytes_entry(AbstractInterpreter::MethodKind kind) {
if (UseCRC32Intrinsics) {
if (UseCRC32CIntrinsics) {
address entry = __ pc();
// Prepare jump to stub using parameters from the stack