< prev index next >

src/os/aix/vm/misc_aix.hpp

Print this page
rev 9422 : 8143125-Further Developments for AIX

@@ -27,10 +27,12 @@
 #define OS_AIX_VM_MISC_AIX_HPP
 
 // misc_aix.hpp, misc_aix.cpp: convenience functions needed for the OpenJDK AIX
 // port.
 #include "utilities/globalDefinitions.hpp"
+#include "runtime/globals.hpp"
+#include "utilities/debug.hpp"
 
 #include <pthread.h>
 
 // Trace if verbose to tty.
 #define trcVerbose(fmt, ...) { \

@@ -93,9 +95,14 @@
   // violation. Returns false if pointer is invalid.
   // Note: Depends on stub routines; prior to stub routine generation, will
   // always return true. Use CanUseSafeFetch32 to handle this case.
   bool is_readable_pointer(const void* p);
 
+  const char* describe_errno(int err_no);
+
+  void sleep_ms(int milliseconds);
+
+
 }
 
 #endif // OS_AIX_VM_MISC_AIX_HPP
 
< prev index next >