comparison src/share/vm/prims/jvm.h @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children 53a0a0b8c234
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
32 #ifdef TARGET_OS_FAMILY_solaris 32 #ifdef TARGET_OS_FAMILY_solaris
33 # include "jvm_solaris.h" 33 # include "jvm_solaris.h"
34 #endif 34 #endif
35 #ifdef TARGET_OS_FAMILY_windows 35 #ifdef TARGET_OS_FAMILY_windows
36 # include "jvm_windows.h" 36 # include "jvm_windows.h"
37 #endif
38 #ifdef TARGET_OS_FAMILY_aix
39 # include "jvm_aix.h"
40 #endif 37 #endif
41 #ifdef TARGET_OS_FAMILY_bsd 38 #ifdef TARGET_OS_FAMILY_bsd
42 # include "jvm_bsd.h" 39 # include "jvm_bsd.h"
43 #endif 40 #endif
44 41