hotspot/src/os/aix/vm/misc_aix.hpp
changeset 34647 fafb32d71489
parent 33743 e21d93a9e062
child 35594 cc13089c6327
child 35515 179755aaa4e0
--- a/hotspot/src/os/aix/vm/misc_aix.hpp	Sat Dec 05 07:16:52 2015 +0100
+++ b/hotspot/src/os/aix/vm/misc_aix.hpp	Mon Nov 16 10:58:14 2015 +0100
@@ -29,6 +29,8 @@
 // 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>
 
@@ -40,7 +42,6 @@
   } \
 }
 #define ERRBYE(s) { trcVerbose(s); return -1; }
-#define trc(fmt, ...)
 
 #define assert0(b) assert((b), "")
 #define guarantee0(b) guarantee((b), "")