< prev index next >

src/cpu/ppc/vm/interp_masm_ppc.hpp

Print this page
rev 11647 : 8161258: Simplify including platform files.
Summary: Include patform files with macros cpu_header() etc. Do various cleanups of macro usages. Remove _64/_32 from adlc generated files and platform .hpp files. Merge stubRoutines_x86*.hpp. Remove empty mutex_<os>* files.
Reviewed-by: dholmes, coleenp, kbarrett

*** 21,32 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef CPU_PPC_VM_INTERP_MASM_PPC_64_HPP ! #define CPU_PPC_VM_INTERP_MASM_PPC_64_HPP #include "asm/macroAssembler.hpp" #include "interpreter/invocationCounter.hpp" // This file specializes the assembler with interpreter-specific macros. --- 21,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef CPU_PPC_VM_INTERP_MASM_PPC_HPP ! #define CPU_PPC_VM_INTERP_MASM_PPC_HPP #include "asm/macroAssembler.hpp" #include "interpreter/invocationCounter.hpp" // This file specializes the assembler with interpreter-specific macros.
*** 261,266 **** void notify_method_entry(); void notify_method_exit(bool is_native_method, TosState state, NotifyMethodExitMode mode, bool check_exceptions); }; ! #endif // CPU_PPC_VM_INTERP_MASM_PPC_64_HPP --- 261,266 ---- void notify_method_entry(); void notify_method_exit(bool is_native_method, TosState state, NotifyMethodExitMode mode, bool check_exceptions); }; ! #endif // CPU_PPC_VM_INTERP_MASM_PPC_HPP
< prev index next >