// A WeakHandle is a pointer to an oop that is stored in an OopStorage that is // processed weakly by GC. The runtime structures that point to the oop must // either peek or resolve the oop, the latter will keep the oop alive for // the GC cycle. The runtime structures that reference the oop must test // if the value is NULL. If it is NULL, it has been cleaned out by GC. // This is the vm version of jweak but has different GC lifetimes and policies, // depending on the type.
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.