< prev index next >

src/hotspot/cpu/ppc/compiledIC_ppc.cpp

Print this page

        

@@ -213,13 +213,11 @@
 #ifndef PRODUCT
 
 void CompiledDirectStaticCall::verify() {
   // Verify call.
   _call->verify();
-  if (os::is_MP()) {
     _call->verify_alignment();
-  }
 
   // Verify stub.
   address stub = find_stub(/*is_aot*/ false);
   assert(stub != NULL, "no stub found for static call");
   // Creation also verifies the object.
< prev index next >