public: // Returns the currently active GC id. Asserts that there is an active GC id. static uint current(); // Same as current() but can return undefined() if no GC id is currently active static uint current_or_undefined(); // Returns the next expected GCId. static uint peek(); static uint undefined() { return UNDEFINED; } static size_t print_prefix(char* buf, size_t len);
};
class GCIdMark : public StackObj { public:
GCIdMark();
GCIdMark(uint gc_id);
~GCIdMark();
};
#endif// SHARE_GC_SHARED_GCID_HPP
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet am 2026-09-08)
¤
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.