#include <stdio.h>#include <jvmti.h>#include <string.h>#include <stdint.h>#include <stdlib.h>#include <errno.h>#include "opagent.h"
Functions | |
| JNIEXPORT jint JNICALL | Agent_OnLoad (JavaVM *jvm, char *options, void *reserved) |
| JNIEXPORT void JNICALL | Agent_OnUnload (JavaVM *jvm) |
| JNIEXPORT jint JNICALL Agent_OnLoad | ( | JavaVM * | jvm, | |
| char * | options, | |||
| void * | reserved | |||
| ) |
References error(), format(), op_major_version(), op_minor_version(), and op_open_agent().
| JNIEXPORT void JNICALL Agent_OnUnload | ( | JavaVM * | jvm | ) |
References op_close_agent().
1.6.1