comparison src/share/vm/runtime/interfaceSupport.hpp @ 14489:f460c6926af7

Merge
author ehelin
date Tue, 25 Feb 2014 11:02:11 +0100
parents 2b8e28fdf503
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14488:60fd6d24f49f 14489:f460c6926af7
105 # include "interfaceSupport_solaris.hpp" 105 # include "interfaceSupport_solaris.hpp"
106 #endif 106 #endif
107 #ifdef TARGET_OS_FAMILY_windows 107 #ifdef TARGET_OS_FAMILY_windows
108 # include "interfaceSupport_windows.hpp" 108 # include "interfaceSupport_windows.hpp"
109 #endif 109 #endif
110 #ifdef TARGET_OS_FAMILY_aix
111 # include "interfaceSupport_aix.hpp"
112 #endif
110 #ifdef TARGET_OS_FAMILY_bsd 113 #ifdef TARGET_OS_FAMILY_bsd
111 # include "interfaceSupport_bsd.hpp" 114 # include "interfaceSupport_bsd.hpp"
112 #endif 115 #endif
113 116
114 }; 117 };