public: // Check if the new method is equivalent to the old one modulo constant pool (EMCP). // Intuitive definition: two versions of the same method are EMCP, if they don't differ // on the source code level. Practically, we check whether the only difference between // method versions is some constantpool indices embedded into the bytecodes, and whether // these indices eventually point to the same constants for both method versions. staticbool methods_EMCP(Method* old_method, Method* new_method);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.