src/share/vm/interpreter/bytecodeInterpreter.inline.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp	Thu Dec 17 17:52:17 2015
--- new/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp	Thu Dec 17 17:52:16 2015

*** 40,67 **** --- 40,53 ---- } #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" ! #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