< prev index next >

src/hotspot/cpu/sparc/nativeInst_sparc.hpp

Print this page

        

@@ -40,11 +40,11 @@
 // - - NativeJump
 // - - NativeGeneralJump
 // - - NativeIllegalInstruction
 // 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;
 
  public:
   enum Sparc_specific_constants {
     nop_instruction_size        =    4
< prev index next >