comparison src/share/vm/runtime/javaFrameAnchor.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 4ca6dc0799b6
children 7848fc12602b
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
47 #ifdef TARGET_OS_ARCH_linux_arm 47 #ifdef TARGET_OS_ARCH_linux_arm
48 # include "orderAccess_linux_arm.inline.hpp" 48 # include "orderAccess_linux_arm.inline.hpp"
49 #endif 49 #endif
50 #ifdef TARGET_OS_ARCH_linux_ppc 50 #ifdef TARGET_OS_ARCH_linux_ppc
51 # include "orderAccess_linux_ppc.inline.hpp" 51 # include "orderAccess_linux_ppc.inline.hpp"
52 #endif
53 #ifdef TARGET_OS_ARCH_aix_ppc
54 # include "orderAccess_aix_ppc.inline.hpp"
52 #endif 55 #endif
53 #ifdef TARGET_OS_ARCH_bsd_x86 56 #ifdef TARGET_OS_ARCH_bsd_x86
54 # include "orderAccess_bsd_x86.inline.hpp" 57 # include "orderAccess_bsd_x86.inline.hpp"
55 #endif 58 #endif
56 #ifdef TARGET_OS_ARCH_bsd_zero 59 #ifdef TARGET_OS_ARCH_bsd_zero