Searched defs:jvm (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c90 static JavaVM *jvm; /* protected by jvm_lock */ variable
119 ret = (*jvm)->GetEnv(jvm, (void **)env, JNI_VERSION_1_4);
131 if ((*jvm)->AttachCurrentThreadAsDaemon(jvm, (void **)env,
187 if (jvm) {
220 if (jvm && instance_running) {
250 if (jvm) {
251 (*jvm)->DestroyJavaVM(jvm);
[all...]
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c124 * Since we must maintain both a proc handle and a jvm handle, this structure
129 jvm_agent_t *jvm; member in struct:pstack_handle
284 handle.jvm = load_libjvm(Pr);
294 reset_libjvm(handle.jvm);
553 } else if (h->jvm != NULL) {
563 ret = j_frame_iter(h->jvm, gregs, print_java_frame,
723 * the same jvm that is running within the zone needs to be

Completed in 70 milliseconds