src/share/vm/interpreter/bytecodeInterpreter.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8074457 Cdiff src/share/vm/interpreter/bytecodeInterpreter.inline.hpp

src/share/vm/interpreter/bytecodeInterpreter.inline.hpp

Print this page

        

*** 40,67 **** } #else #define VERIFY_OOP(o) #endif - // Platform dependent data manipulation - #ifdef TARGET_ARCH_x86 - # include "bytecodeInterpreter_x86.inline.hpp" - #endif - #ifdef TARGET_ARCH_sparc - # include "bytecodeInterpreter_sparc.inline.hpp" - #endif #ifdef TARGET_ARCH_zero # include "bytecodeInterpreter_zero.inline.hpp" ! #endif ! #ifdef TARGET_ARCH_arm ! # include "bytecodeInterpreter_arm.inline.hpp" ! #endif ! #ifdef TARGET_ARCH_ppc ! # include "bytecodeInterpreter_ppc.inline.hpp" ! #endif ! #ifdef TARGET_ARCH_aarch64 ! # include "bytecodeInterpreter_aarch64.inline.hpp" #endif #endif // CC_INTERP #endif // SHARE_VM_INTERPRETER_BYTECODEINTERPRETER_INLINE_HPP --- 40,53 ---- } #else #define VERIFY_OOP(o) #endif #ifdef TARGET_ARCH_zero # include "bytecodeInterpreter_zero.inline.hpp" ! #else ! #error "Only Zero Bytecode Interpreter supported" #endif #endif // CC_INTERP #endif // SHARE_VM_INTERPRETER_BYTECODEINTERPRETER_INLINE_HPP
src/share/vm/interpreter/bytecodeInterpreter.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File