src/share/vm/interpreter/bytecodeInterpreter.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed Sep 21 11:39:01 2011
--- new/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed Sep 21 11:39:01 2011

*** 63,72 **** --- 63,78 ---- # include "orderAccess_linux_arm.inline.hpp" #endif #ifdef TARGET_OS_ARCH_linux_ppc # include "orderAccess_linux_ppc.inline.hpp" #endif + #ifdef TARGET_OS_ARCH_bsd_x86 + # include "orderAccess_bsd_x86.inline.hpp" + #endif + #ifdef TARGET_OS_ARCH_bsd_zero + # include "orderAccess_bsd_zero.inline.hpp" + #endif // no precompiled headers #ifdef CC_INTERP

src/share/vm/interpreter/bytecodeInterpreter.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File