< prev index next >

src/hotspot/cpu/ppc/compiledIC_ppc.cpp

Print this page

        

*** 213,225 **** #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. --- 213,223 ----
< prev index next >