hotspot/src/share/vm/memory/space.hpp
changeset 22876 57aa8995d43b
parent 22551 9bf46d16dcc6
parent 22872 b6902ee5bc8d
child 23508 3b15250ea28f
equal deleted inserted replaced
22777:196cfce9e5aa 22876:57aa8995d43b
    43 # include "os_solaris.inline.hpp"
    43 # include "os_solaris.inline.hpp"
    44 #endif
    44 #endif
    45 #ifdef TARGET_OS_FAMILY_windows
    45 #ifdef TARGET_OS_FAMILY_windows
    46 # include "os_windows.inline.hpp"
    46 # include "os_windows.inline.hpp"
    47 #endif
    47 #endif
       
    48 #ifdef TARGET_OS_FAMILY_aix
       
    49 # include "os_aix.inline.hpp"
       
    50 #endif
    48 #ifdef TARGET_OS_FAMILY_bsd
    51 #ifdef TARGET_OS_FAMILY_bsd
    49 # include "os_bsd.inline.hpp"
    52 # include "os_bsd.inline.hpp"
    50 #endif
    53 #endif
    51 
    54 
    52 // A space is an abstraction for the "storage units" backing
    55 // A space is an abstraction for the "storage units" backing