src/hotspot/cpu/x86/compiledIC_x86.cpp
changeset 51996 84743156e780
parent 48807 fd8ccb37fce9
child 52384 d6dc479bcdd3
--- a/src/hotspot/cpu/x86/compiledIC_x86.cpp	Wed Oct 03 11:43:39 2018 +0530
+++ b/src/hotspot/cpu/x86/compiledIC_x86.cpp	Wed Oct 03 03:41:57 2018 -0400
@@ -198,9 +198,7 @@
 void CompiledDirectStaticCall::verify() {
   // Verify call.
   _call->verify();
-  if (os::is_MP()) {
-    _call->verify_alignment();
-  }
+  _call->verify_alignment();
 
 #ifdef ASSERT
   CodeBlob *cb = CodeCache::find_blob_unsafe((address) _call);