< prev index next >

src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp

Print this page

        

@@ -47,11 +47,11 @@
 // - - NativeTstRegMem
 
 // The base class for different kinds of native instruction abstractions.
 // Provides the primitive operations to manipulate code relative to this.
 
-class NativeInstruction VALUE_OBJ_CLASS_SPEC {
+class NativeInstruction {
   friend class Relocation;
   friend bool is_NativeCallTrampolineStub_at(address);
  public:
   enum {
     instruction_size = 4
< prev index next >