< prev index next >

src/share/vm/runtime/os.hpp

Print this page




 840 # include "os_posix.hpp"
 841 #endif
 842 #ifdef TARGET_OS_FAMILY_solaris
 843 # include "os_solaris.hpp"
 844 # include "os_posix.hpp"
 845 #endif
 846 #ifdef TARGET_OS_FAMILY_windows
 847 # include "os_windows.hpp"
 848 #endif
 849 #ifdef TARGET_OS_FAMILY_aix
 850 # include "os_aix.hpp"
 851 # include "os_posix.hpp"
 852 #endif
 853 #ifdef TARGET_OS_FAMILY_bsd
 854 # include "os_posix.hpp"
 855 # include "os_bsd.hpp"
 856 #endif
 857 #ifdef TARGET_OS_ARCH_linux_x86
 858 # include "os_linux_x86.hpp"
 859 #endif



 860 #ifdef TARGET_OS_ARCH_linux_sparc
 861 # include "os_linux_sparc.hpp"
 862 #endif
 863 #ifdef TARGET_OS_ARCH_linux_zero
 864 # include "os_linux_zero.hpp"
 865 #endif
 866 #ifdef TARGET_OS_ARCH_solaris_x86
 867 # include "os_solaris_x86.hpp"
 868 #endif
 869 #ifdef TARGET_OS_ARCH_solaris_sparc
 870 # include "os_solaris_sparc.hpp"
 871 #endif
 872 #ifdef TARGET_OS_ARCH_windows_x86
 873 # include "os_windows_x86.hpp"
 874 #endif
 875 #ifdef TARGET_OS_ARCH_linux_arm
 876 # include "os_linux_arm.hpp"
 877 #endif
 878 #ifdef TARGET_OS_ARCH_linux_ppc
 879 # include "os_linux_ppc.hpp"




 840 # include "os_posix.hpp"
 841 #endif
 842 #ifdef TARGET_OS_FAMILY_solaris
 843 # include "os_solaris.hpp"
 844 # include "os_posix.hpp"
 845 #endif
 846 #ifdef TARGET_OS_FAMILY_windows
 847 # include "os_windows.hpp"
 848 #endif
 849 #ifdef TARGET_OS_FAMILY_aix
 850 # include "os_aix.hpp"
 851 # include "os_posix.hpp"
 852 #endif
 853 #ifdef TARGET_OS_FAMILY_bsd
 854 # include "os_posix.hpp"
 855 # include "os_bsd.hpp"
 856 #endif
 857 #ifdef TARGET_OS_ARCH_linux_x86
 858 # include "os_linux_x86.hpp"
 859 #endif
 860 #ifdef TARGET_OS_ARCH_linux_aarch64
 861 # include "os_linux_aarch64.hpp"
 862 #endif
 863 #ifdef TARGET_OS_ARCH_linux_sparc
 864 # include "os_linux_sparc.hpp"
 865 #endif
 866 #ifdef TARGET_OS_ARCH_linux_zero
 867 # include "os_linux_zero.hpp"
 868 #endif
 869 #ifdef TARGET_OS_ARCH_solaris_x86
 870 # include "os_solaris_x86.hpp"
 871 #endif
 872 #ifdef TARGET_OS_ARCH_solaris_sparc
 873 # include "os_solaris_sparc.hpp"
 874 #endif
 875 #ifdef TARGET_OS_ARCH_windows_x86
 876 # include "os_windows_x86.hpp"
 877 #endif
 878 #ifdef TARGET_OS_ARCH_linux_arm
 879 # include "os_linux_arm.hpp"
 880 #endif
 881 #ifdef TARGET_OS_ARCH_linux_ppc
 882 # include "os_linux_ppc.hpp"


< prev index next >