< prev index next >

src/hotspot/cpu/x86/compiledIC_x86.cpp

Print this page

        

@@ -196,13 +196,11 @@
 #ifndef PRODUCT
 
 void CompiledDirectStaticCall::verify() {
   // Verify call.
   _call->verify();
-  if (os::is_MP()) {
     _call->verify_alignment();
-  }
 
 #ifdef ASSERT
   CodeBlob *cb = CodeCache::find_blob_unsafe((address) _call);
   assert(cb && !cb->is_aot(), "CompiledDirectStaticCall cannot be used on AOTCompiledMethod");
 #endif
< prev index next >