// // For convenient access to the event klass hierarchy: // // - jdk.internal.event.Event (java.base) // - jdk.jfr.Event (jdk.jfr) // - sub klasses (...) // // Although the top level klass is really jdk.internal.event.Event, // its role is primarily to allow event programming in module java.base. // We still call it the jdk.jfr.Event klass hierarchy, including // jdk.internal.event.Event. // class JdkJfrEvent : AllStatic { public: // jdk.jfr.Event staticbool is(const Klass* k); staticbool is(const jclass jc); staticvoid tag_as(const Klass* k);
// in the set of classes made visible to java staticbool is_visible(const Klass* k); staticbool is_visible(const jclass jc); staticbool is_excluded(const jclass jc);
// all klasses in the hierarchy static jobject get_all_klasses(TRAPS);
};
#endif// SHARE_JFR_SUPPORT_JFRJDKJFREVENT_HPP
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet am 2026-09-09)
¤
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.