< prev index next >

src/hotspot/cpu/arm/compiledIC_arm.cpp

Print this page

        

*** 153,165 **** #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. --- 153,163 ----
< prev index next >