src/share/vm/utilities/histogram.hpp

changeset 6461
bdd155477289
parent 4153
b9a9ed0f8eeb
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/utilities/histogram.hpp	Fri Jul 26 00:59:18 2013 +0200
     1.2 +++ b/src/share/vm/utilities/histogram.hpp	Thu Aug 22 09:39:54 2013 -0700
     1.3 @@ -37,6 +37,9 @@
     1.4  #ifdef TARGET_OS_FAMILY_windows
     1.5  # include "os_windows.inline.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_OS_FAMILY_aix
     1.8 +# include "os_aix.inline.hpp"
     1.9 +#endif
    1.10  #ifdef TARGET_OS_FAMILY_bsd
    1.11  # include "os_bsd.inline.hpp"
    1.12  #endif

mercurial