javavm

javavmjavavm
  1. A thread can get a JNIEnv by calling GetEnv () using the JNI invocation interface through a JavaVM object .

    线程可以调用通过JavaVM对象使用JNI调用接口的GetEnv()来获取JNIEnv。

  2. Caching a copy of the JavaVM object enables any thread with access to the cached object to get access to its own JNIEnv when necessary .

    缓存JavaVM对象的副本将允许任何能访问缓存对象的线程在必要时获取对它自己的JNIEnv访问。