hotspot/src/os/aix/vm/os_aix.cpp
changeset 22880 312d82487cc8
parent 22877 121e3c2d2238
child 23213 141e27fa5a42
child 23444 b5457261694b
--- a/hotspot/src/os/aix/vm/os_aix.cpp	Thu Feb 20 11:05:12 2014 +0100
+++ b/hotspot/src/os/aix/vm/os_aix.cpp	Thu Feb 20 14:44:33 2014 +0100
@@ -1496,6 +1496,10 @@
   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);