// Binder class so the agent's C code has something that can be bound and exposed to tests. // In a package to separate cleanly and work around CTS reference issues (though this class // should be replaced in the CTS version). publicclass Main { // Load the given class with the given classloader, and bind all native methods to corresponding // C methods in the agent. Will abort if any of the steps fail. publicstaticnativevoid bindAgentJNI(String className, ClassLoader classLoader); // Same as above, giving the class directly. publicstaticnativevoid bindAgentJNIForClass(Class<?> klass);
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.1 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.