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

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1837 char *_ebuf; 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);

Completed in 269 milliseconds