comparison src/share/vm/utilities/ostream.cpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 096c224171c4 2b8e28fdf503
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
36 #ifdef TARGET_OS_FAMILY_solaris 36 #ifdef TARGET_OS_FAMILY_solaris
37 # include "os_solaris.inline.hpp" 37 # include "os_solaris.inline.hpp"
38 #endif 38 #endif
39 #ifdef TARGET_OS_FAMILY_windows 39 #ifdef TARGET_OS_FAMILY_windows
40 # include "os_windows.inline.hpp" 40 # include "os_windows.inline.hpp"
41 #endif
42 #ifdef TARGET_OS_FAMILY_aix
43 # include "os_aix.inline.hpp"
41 #endif 44 #endif
42 #ifdef TARGET_OS_FAMILY_bsd 45 #ifdef TARGET_OS_FAMILY_bsd
43 # include "os_bsd.inline.hpp" 46 # include "os_bsd.inline.hpp"
44 #endif 47 #endif
45 48
1236 } 1239 }
1237 } 1240 }
1238 1241
1239 #ifndef PRODUCT 1242 #ifndef PRODUCT
1240 1243
1241 #if defined(SOLARIS) || defined(LINUX) || defined(_ALLBSD_SOURCE) 1244 #if defined(SOLARIS) || defined(LINUX) || defined(AIX) || defined(_ALLBSD_SOURCE)
1242 #include <sys/types.h> 1245 #include <sys/types.h>
1243 #include <sys/socket.h> 1246 #include <sys/socket.h>
1244 #include <netinet/in.h> 1247 #include <netinet/in.h>
1245 #include <arpa/inet.h> 1248 #include <arpa/inet.h>
1246 #endif 1249 #endif