// Get a standard set of capabilities for use in tests.
jvmtiCapabilities GetStandardCapabilities();
// Add all the standard capabilities to the given env. void SetStandardCapabilities(jvmtiEnv* env);
// Add all capabilities to the given env. // TODO Remove this in the future. void SetAllCapabilities(jvmtiEnv* env);
// Check whether the given error is NONE. If not, print out the corresponding error message // and abort. void CheckJvmtiError(jvmtiEnv* env, jvmtiError error);
// Convert the given error to a RuntimeException with a message derived from the error. Returns // true on error, false if error is JVMTI_ERROR_NONE. bool JvmtiErrorToException(JNIEnv* env, jvmtiEnv* jvmtienv, jvmtiError error);
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.