comparison src/share/vm/runtime/interfaceSupport.hpp @ 17812:a7d4d4655766

Merge
author kvn
date Wed, 26 Mar 2014 18:21:05 -0700
parents 2b8e28fdf503
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
17789:6b207d038106 17812:a7d4d4655766
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 };