changeset 22827 | 07d991d45a51 |
parent 16368 | 713209c45a82 |
child 22872 | b6902ee5bc8d |
--- a/hotspot/src/share/vm/compiler/disassembler.hpp Fri Jul 26 00:59:18 2013 +0200 +++ b/hotspot/src/share/vm/compiler/disassembler.hpp Thu Aug 22 09:39:54 2013 -0700 @@ -36,6 +36,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