comparison src/share/vm/interpreter/bytecodeInterpreter.cpp @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents 4b95bbb36464
children 1d7922586cf6
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
62 #ifdef TARGET_OS_ARCH_linux_arm 62 #ifdef TARGET_OS_ARCH_linux_arm
63 # include "orderAccess_linux_arm.inline.hpp" 63 # include "orderAccess_linux_arm.inline.hpp"
64 #endif 64 #endif
65 #ifdef TARGET_OS_ARCH_linux_ppc 65 #ifdef TARGET_OS_ARCH_linux_ppc
66 # include "orderAccess_linux_ppc.inline.hpp" 66 # include "orderAccess_linux_ppc.inline.hpp"
67 #endif
68 #ifdef TARGET_OS_ARCH_bsd_x86
69 # include "orderAccess_bsd_x86.inline.hpp"
70 #endif
71 #ifdef TARGET_OS_ARCH_bsd_zero
72 # include "orderAccess_bsd_zero.inline.hpp"
67 #endif 73 #endif
68 74
69 75
70 // no precompiled headers 76 // no precompiled headers
71 #ifdef CC_INTERP 77 #ifdef CC_INTERP