Searched refs:jvmError (Results 1 – 1 of 1) sorted by relevance
415 jint jvmError = vm->GetEnv(reinterpret_cast<void**>(&env), JVMTI_VERSION_1_2); in attach() local416 if (jvmError != JNI_OK) { in attach()417 return jvmError; in attach()