publicclass A { // Object fields add padding in the Foo class object layout. Therefore the field 'i' should // be at a different offset compared to the A class from the ex DEX file. publicfinal Object anObject = null; publicfinal Object anotherObject = null; // Use volatile to defeat inlining of the constructor + load-elimination. publicvolatileint i;
public A() {
i = 10;
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-06-29)
¤
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.