< prev index next >

src/hotspot/cpu/arm/nativeInst_arm_32.hpp

Print this page

        

*** 45,55 **** // // The non-raw classes are the front-end entry point, hiding potential // back-end extensions or the actual instructions size. class NativeInstruction; ! class RawNativeInstruction VALUE_OBJ_CLASS_SPEC { public: enum ARM_specific { instruction_size = Assembler::InstructionSize }; --- 45,55 ---- // // The non-raw classes are the front-end entry point, hiding potential // back-end extensions or the actual instructions size. class NativeInstruction; ! class RawNativeInstruction { public: enum ARM_specific { instruction_size = Assembler::InstructionSize };
< prev index next >