< prev index next >

src/hotspot/cpu/ppc/nativeInst_ppc.hpp

Print this page

        

*** 43,53 **** // - NativeConditionalFarBranch // - NativeCallTrampolineStub // The base class for different kinds of native instruction abstractions. // It provides the primitive operations to manipulate code relative to this. ! class NativeInstruction VALUE_OBJ_CLASS_SPEC { friend class Relocation; public: bool is_jump() { return Assembler::is_b(long_at(0)); } // See NativeGeneralJump. --- 43,53 ---- // - NativeConditionalFarBranch // - NativeCallTrampolineStub // The base class for different kinds of native instruction abstractions. // It provides the primitive operations to manipulate code relative to this. ! class NativeInstruction { friend class Relocation; public: bool is_jump() { return Assembler::is_b(long_at(0)); } // See NativeGeneralJump.
< prev index next >