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

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents bdd155477289
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
66 # include "threadLS_linux_arm.hpp" 66 # include "threadLS_linux_arm.hpp"
67 #endif 67 #endif
68 #ifdef TARGET_OS_ARCH_linux_ppc 68 #ifdef TARGET_OS_ARCH_linux_ppc
69 # include "threadLS_linux_ppc.hpp" 69 # include "threadLS_linux_ppc.hpp"
70 #endif 70 #endif
71 #ifdef TARGET_OS_ARCH_aix_ppc
72 # include "threadLS_aix_ppc.hpp"
73 #endif
74 #ifdef TARGET_OS_ARCH_bsd_x86 71 #ifdef TARGET_OS_ARCH_bsd_x86
75 # include "threadLS_bsd_x86.hpp" 72 # include "threadLS_bsd_x86.hpp"
76 #endif 73 #endif
77 #ifdef TARGET_OS_ARCH_bsd_zero 74 #ifdef TARGET_OS_ARCH_bsd_zero
78 # include "threadLS_bsd_zero.hpp" 75 # include "threadLS_bsd_zero.hpp"