hotspot/src/os/linux/vm/os_linux.cpp
changeset 22528 bd3821442010
parent 21185 9d53434b1ef5
child 22533 76088853a2eb
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Thu Jan 23 08:12:12 2014 +0100
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Thu Jan 23 09:06:21 2014 +0100
@@ -2104,6 +2104,9 @@
   return res;
 }
 
+void* os::get_default_process_handle() {
+  return (void*)::dlopen(NULL, RTLD_LAZY);
+}
 
 static bool _print_ascii_file(const char* filename, outputStream* st) {
   int fd = ::open(filename, O_RDONLY);