提交 7ecc26e9 编写于 作者: S simonis

8035423: AIX: Fix os::get_default_process_handle() in os_aix.cpp after 8031968

Reviewed-by: kvn
上级 fdde7db6
......@@ -1496,6 +1496,10 @@ void* os::dll_lookup(void* handle, const char* name) {
return res;
}
void* os::get_default_process_handle() {
return (void*)::dlopen(NULL, RTLD_LAZY);
}
void os::print_dll_info(outputStream *st) {
st->print_cr("Dynamic libraries:");
LoadedLibraries::print(st);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册