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

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c42 #define JVM_DLL "libjvm.so"
94 * Now, in most cases,the launcher will dlopen the target libjvm.so. All
104 * libjvm.so
105 * b. if any other libjvm.so is found in any of the paths.
175 * Does libjvm.so exit
232 * contains a lib/$LIBARCH/{server,client}/libjvm.so ?
260 * we have a suspicious path component, check if it contains a libjvm.so
812 void *libjvm; local
816 libjvm = dlopen(jvmpath, RTLD_NOW + RTLD_GLOBAL);
817 if (libjvm
[all...]
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c56 #define JVM_DLL "libjvm.dylib"
94 * Now, in most cases,the launcher will dlopen the target libjvm.so. All
166 * Does libjvm.so exist
664 void *libjvm; local
668 libjvm = dlopen(jvmpath, RTLD_NOW + RTLD_GLOBAL);
669 if (libjvm == NULL) {
676 dlsym(libjvm, "JNI_CreateJavaVM");
683 dlsym(libjvm, "JNI_GetDefaultJavaVMInitArgs");
690 dlsym(libjvm, "JNI_GetCreatedJavaVMs");

Completed in 110 milliseconds