src/hotspot/cpu/ppc/compiledIC_ppc.cpp
changeset 51996 84743156e780
parent 47216 71c04702a3d5
child 52384 d6dc479bcdd3
equal deleted inserted replaced
51995:f7babf9d1592 51996:84743156e780
   213 #ifndef PRODUCT
   213 #ifndef PRODUCT
   214 
   214 
   215 void CompiledDirectStaticCall::verify() {
   215 void CompiledDirectStaticCall::verify() {
   216   // Verify call.
   216   // Verify call.
   217   _call->verify();
   217   _call->verify();
   218   if (os::is_MP()) {
   218   _call->verify_alignment();
   219     _call->verify_alignment();
       
   220   }
       
   221 
   219 
   222   // Verify stub.
   220   // Verify stub.
   223   address stub = find_stub(/*is_aot*/ false);
   221   address stub = find_stub(/*is_aot*/ false);
   224   assert(stub != NULL, "no stub found for static call");
   222   assert(stub != NULL, "no stub found for static call");
   225   // Creation also verifies the object.
   223   // Creation also verifies the object.