comparison src/share/vm/runtime/interfaceSupport.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 2b8e28fdf503
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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
113 #ifdef TARGET_OS_FAMILY_bsd 110 #ifdef TARGET_OS_FAMILY_bsd
114 # include "interfaceSupport_bsd.hpp" 111 # include "interfaceSupport_bsd.hpp"
115 #endif 112 #endif
116 113
117 }; 114 };