// machine-dependent parts of class relocInfo private: enum { // Since Power instructions are whole words, // the two low-order offset bits can always be discarded.
offset_unit = 4,
// There is no need for format bits; the instructions are // sufficiently self-identifying. #ifndef _LP64
format_width = 0 #else // Except narrow oops in 64-bits VM.
format_width = 1 #endif
};
public:
// This platform has no oops in the code that are not also // listed in the oop section. staticbool mustIterateImmediateOopsInCode() { returnfalse; }
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.