java - Implmentation of JNI.h vs JVMTi.h -
i working on software till supports jni , not jvmti. not able make clear distinction why jvmti helpful , if working jni jvmti going add it, seem doing same kind of work.
jni, name suggests, serves purpose of integrating native code java applications. means can call function written in c java code.
now jvmti doesn't add jni serves different purpose. provides means of communication between jvmti agent , java virtual machine tools profilers, debuggers etc... merely uses jni, doesn't add it.
Comments
Post a Comment