src/hotspot/cpu/arm/compiledIC_arm.cpp
changeset 51996 84743156e780
parent 50087 cd4bf3b1ee77
child 52384 d6dc479bcdd3
equal deleted inserted replaced
51995:f7babf9d1592 51996:84743156e780
   153 #ifndef PRODUCT
   153 #ifndef PRODUCT
   154 
   154 
   155 void CompiledDirectStaticCall::verify() {
   155 void CompiledDirectStaticCall::verify() {
   156   // Verify call.
   156   // Verify call.
   157   _call->verify();
   157   _call->verify();
   158   if (os::is_MP()) {
   158   _call->verify_alignment();
   159     _call->verify_alignment();
       
   160   }
       
   161 
   159 
   162   // Verify stub.
   160   // Verify stub.
   163   address stub = find_stub(/*is_aot*/ false);
   161   address stub = find_stub(/*is_aot*/ false);
   164   assert(stub != NULL, "no stub found for static call");
   162   assert(stub != NULL, "no stub found for static call");
   165   // Creation also verifies the object.
   163   // Creation also verifies the object.