--- old/src/hotspot/cpu/sparc/macroAssembler_sparc.hpp 2018-03-07 23:02:29.750884777 -0500 +++ new/src/hotspot/cpu/sparc/macroAssembler_sparc.hpp 2018-03-07 23:02:28.673571333 -0500 @@ -239,7 +239,7 @@ // Note: A register location is represented via a Register, not // via an address for efficiency & simplicity reasons. -class Address VALUE_OBJ_CLASS_SPEC { +class Address { private: Register _base; // Base register. RegisterOrConstant _index_or_disp; // Index register or constant displacement. @@ -320,7 +320,7 @@ }; -class AddressLiteral VALUE_OBJ_CLASS_SPEC { +class AddressLiteral { private: address _address; RelocationHolder _rspec; @@ -452,7 +452,7 @@ // with the SPARC Application Binary Interface, or ABI. This is // often referred to as the native or C calling convention. -class Argument VALUE_OBJ_CLASS_SPEC { +class Argument { private: int _number; bool _is_in;