--- old/src/hotspot/cpu/zero/nativeInst_zero.hpp 2018-03-07 23:03:27.248258875 -0500 +++ new/src/hotspot/cpu/zero/nativeInst_zero.hpp 2018-03-07 23:03:26.329916946 -0500 @@ -46,7 +46,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 { public: bool is_jump() { ShouldNotCallThis();