hotspot/src/share/vm/interpreter/abstractInterpreter.hpp
changeset 21095 1a04f7b3946e
parent 18507 61bfc8995bb3
child 21198 dd647e8d1d72
equal deleted inserted replaced
21094:aa393745eae7 21095:1a04f7b3946e
    28 #include "code/stubs.hpp"
    28 #include "code/stubs.hpp"
    29 #include "interpreter/bytecodes.hpp"
    29 #include "interpreter/bytecodes.hpp"
    30 #include "runtime/thread.inline.hpp"
    30 #include "runtime/thread.inline.hpp"
    31 #include "runtime/vmThread.hpp"
    31 #include "runtime/vmThread.hpp"
    32 #include "utilities/top.hpp"
    32 #include "utilities/top.hpp"
    33 #ifdef TARGET_ARCH_MODEL_x86_32
    33 #ifdef TARGET_ARCH_x86
    34 # include "interp_masm_x86_32.hpp"
    34 # include "interp_masm_x86.hpp"
    35 #endif
       
    36 #ifdef TARGET_ARCH_MODEL_x86_64
       
    37 # include "interp_masm_x86_64.hpp"
       
    38 #endif
    35 #endif
    39 #ifdef TARGET_ARCH_MODEL_sparc
    36 #ifdef TARGET_ARCH_MODEL_sparc
    40 # include "interp_masm_sparc.hpp"
    37 # include "interp_masm_sparc.hpp"
    41 #endif
    38 #endif
    42 #ifdef TARGET_ARCH_MODEL_zero
    39 #ifdef TARGET_ARCH_MODEL_zero