hotspot/src/os/aix/vm/os_aix.inline.hpp
changeset 26682 f339669ba825
parent 25725 5d6da524725b
child 27400 c5955f4b7c84
--- a/hotspot/src/os/aix/vm/os_aix.inline.hpp	Wed Sep 10 07:06:37 2014 -0700
+++ b/hotspot/src/os/aix/vm/os_aix.inline.hpp	Wed Sep 10 09:52:41 2014 -0700
@@ -269,4 +269,8 @@
   return true;
 }
 
+inline void os::exit(int num) {
+  ::exit(num);
+}
+
 #endif // OS_AIX_VM_OS_AIX_INLINE_HPP