--- old/src/hotspot/cpu/aarch64/compiledIC_aarch64.cpp 2018-09-26 10:00:03.993141482 -0400 +++ new/src/hotspot/cpu/aarch64/compiledIC_aarch64.cpp 2018-09-26 10:00:02.369046955 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2014, 2018, Red Hat Inc. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -195,9 +195,7 @@ void CompiledDirectStaticCall::verify() { // Verify call. _call->verify(); - if (os::is_MP()) { - _call->verify_alignment(); - } + _call->verify_alignment(); // Verify stub. address stub = find_stub(false /* is_aot */);