src/hotspot/cpu/arm/compiledIC_arm.cpp
changeset 51996 84743156e780
parent 50087 cd4bf3b1ee77
child 52384 d6dc479bcdd3
--- a/src/hotspot/cpu/arm/compiledIC_arm.cpp	Wed Oct 03 11:43:39 2018 +0530
+++ b/src/hotspot/cpu/arm/compiledIC_arm.cpp	Wed Oct 03 03:41:57 2018 -0400
@@ -155,9 +155,7 @@
 void CompiledDirectStaticCall::verify() {
   // Verify call.
   _call->verify();
-  if (os::is_MP()) {
-    _call->verify_alignment();
-  }
+  _call->verify_alignment();
 
   // Verify stub.
   address stub = find_stub(/*is_aot*/ false);