src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp

changeset 6461
bdd155477289
parent 5161
10f759898d40
child 6876
710a3c8b516e
child 6935
ab5fbf410512
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp	Fri Jul 26 00:59:18 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp	Thu Aug 22 09:39:54 2013 -0700
     1.3 @@ -38,6 +38,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