src/share/vm/interpreter/bytecodeInterpreter.cpp

changeset 2508
b92c45f2bc75
parent 2462
8012aa3ccede
child 2567
850b2295a494
     1.1 --- a/src/share/vm/interpreter/bytecodeInterpreter.cpp	Thu Jan 27 16:11:27 2011 -0800
     1.2 +++ b/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed Feb 02 11:35:26 2011 -0500
     1.3 @@ -59,6 +59,12 @@
     1.4  #ifdef TARGET_OS_ARCH_windows_x86
     1.5  # include "orderAccess_windows_x86.inline.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_OS_ARCH_linux_arm
     1.8 +# include "orderAccess_linux_arm.inline.hpp"
     1.9 +#endif
    1.10 +#ifdef TARGET_OS_ARCH_linux_ppc
    1.11 +# include "orderAccess_linux_ppc.inline.hpp"
    1.12 +#endif
    1.13  
    1.14  
    1.15  // no precompiled headers

mercurial