comparison src/share/vm/runtime/interfaceSupport.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 2b8e28fdf503
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
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 };