< prev index next >

src/hotspot/cpu/zero/nativeInst_zero.hpp

Print this page

        

@@ -44,11 +44,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 {
  public:
   bool is_jump() {
     ShouldNotCallThis();
     return false;
   }
< prev index next >