src/share/vm/interpreter/templateTable.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/templateTable.hpp	Mon Oct 21 18:17:56 2013
--- new/src/share/vm/interpreter/templateTable.hpp	Mon Oct 21 18:17:55 2013

*** 26,40 **** --- 26,37 ---- #define SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP #include "interpreter/bytecodes.hpp" #include "memory/allocation.hpp" #include "runtime/frame.hpp" ! #ifdef TARGET_ARCH_MODEL_x86_32 - # include "interp_masm_x86_32.hpp" #endif #ifdef TARGET_ARCH_MODEL_x86_64 # include "interp_masm_x86_64.hpp" ! #ifdef TARGET_ARCH_x86 ! # include "interp_masm_x86.hpp" #endif #ifdef TARGET_ARCH_MODEL_sparc # include "interp_masm_sparc.hpp" #endif #ifdef TARGET_ARCH_MODEL_zero

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