src/hotspot/cpu/x86/nativeInst_x86.hpp
changeset 49364 601146c66cad
parent 49027 8dc742d9bbab
child 49621 5ef28d560b6f
--- a/src/hotspot/cpu/x86/nativeInst_x86.hpp	Fri Mar 09 08:01:25 2018 +0100
+++ b/src/hotspot/cpu/x86/nativeInst_x86.hpp	Fri Mar 09 10:46:02 2018 -0500
@@ -50,7 +50,7 @@
 // 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: