src/hotspot/cpu/ppc/compiledIC_ppc.cpp
changeset 51996 84743156e780
parent 47216 71c04702a3d5
child 52384 d6dc479bcdd3
--- a/src/hotspot/cpu/ppc/compiledIC_ppc.cpp	Wed Oct 03 11:43:39 2018 +0530
+++ b/src/hotspot/cpu/ppc/compiledIC_ppc.cpp	Wed Oct 03 03:41:57 2018 -0400
@@ -215,9 +215,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);