580581582583584585586587588589590
if (!callConfig.isNoop()) { invokeCallConfigPost(mv, COMPILED_SUPER_CLASS, callConfig); } // rethrow exception mv.athrow(); // rethrow it } mv.end(); return endCallOffline(cw); }
595596597598599600601602603604605
if (!callConfig.isNoop()) { invokeCallConfigPost(mv, COMPILED_SUPER_CLASS_NAME, callConfig); } // throw redo error if we're still good mv.athrow(); } } // finally handling for abnormal exit if (framed || heapScoped) {
612613614615616617618619620621622
if (!callConfig.isNoop()) { invokeCallConfigPost(mv, COMPILED_SUPER_CLASS_NAME, callConfig); } // rethrow exception mv.athrow(); // rethrow it } mv.end(); return endCallOffline(cw); }