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

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1839 void *_lib; member in class:VM_LinuxDllLoad
1842 _filename(fn), _ebuf(ebuf), _ebuflen(ebuflen), _lib(NULL) {}
1845 _lib = os::Linux::dll_load_in_vmthread(_filename, _ebuf, _ebuflen);
1848 void* loaded_library() { return _lib; }

Completed in 41 milliseconds