< prev index next >
src/os/aix/vm/misc_aix.hpp
Print this page
rev 9449 : 8143125-Further Developments for AIX
*** 27,36 ****
--- 27,38 ----
#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,101 ****
--- 95,107 ----
// 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 >