diff src/share/vm/runtime/atomic.cpp @ 14456:abec000618bf

Merge
author kvn
date Tue, 28 Jan 2014 12:25:34 -0800
parents de6a9e811145 bdd155477289
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/atomic.cpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/src/share/vm/runtime/atomic.cpp	Tue Jan 28 12:25:34 2014 -0800
@@ -33,6 +33,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "os_windows.inline.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_aix
+# include "os_aix.inline.hpp"
+#endif
 #ifdef TARGET_OS_FAMILY_bsd
 # include "os_bsd.inline.hpp"
 #endif