src/hotspot/cpu/sparc/compiledIC_sparc.cpp
changeset 51996 84743156e780
parent 48807 fd8ccb37fce9
child 52384 d6dc479bcdd3
equal deleted inserted replaced
51995:f7babf9d1592 51996:84743156e780
   140 #ifndef PRODUCT
   140 #ifndef PRODUCT
   141 
   141 
   142 void CompiledDirectStaticCall::verify() {
   142 void CompiledDirectStaticCall::verify() {
   143   // Verify call.
   143   // Verify call.
   144   _call->verify();
   144   _call->verify();
   145   if (os::is_MP()) {
   145   _call->verify_alignment();
   146     _call->verify_alignment();
       
   147   }
       
   148 
   146 
   149   // Verify stub.
   147   // Verify stub.
   150   address stub = find_stub(/*is_aot*/ false);
   148   address stub = find_stub(/*is_aot*/ false);
   151   assert(stub != NULL, "no stub found for static call");
   149   assert(stub != NULL, "no stub found for static call");
   152   // Creation also verifies the object.
   150   // Creation also verifies the object.