Searched refs:g_libhandle (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/os/aix/vm/
H A Dlibperfstat_aix.cpp32 static void* g_libhandle = NULL; variable
62 g_libhandle = dlopen("/usr/lib/libperfstat.a(shr_64.o)", RTLD_MEMBER | RTLD_NOW);
63 if (!g_libhandle) {
71 g_fun_##name = (fun_##name##_t) dlsym(g_libhandle, #name);
98 if (g_libhandle) {
99 dlclose(g_libhandle);
100 g_libhandle = NULL;

Completed in 187 milliseconds