--- old/src/hotspot/share/asm/codeBuffer.hpp 2018-03-09 13:55:02.506435635 -0500 +++ new/src/hotspot/share/asm/codeBuffer.hpp 2018-03-09 13:55:01.549814241 -0500 @@ -77,7 +77,7 @@ // This class represents a stream of code and associated relocations. // There are a few in each CodeBuffer. // They are filled concurrently, and concatenated at the end. -class CodeSection VALUE_OBJ_CLASS_SPEC { +class CodeSection { friend class CodeBuffer; public: typedef int csize_t; // code size type; would be size_t except for history @@ -246,7 +246,7 @@ }; class CodeString; -class CodeStrings VALUE_OBJ_CLASS_SPEC { +class CodeStrings { private: #ifndef PRODUCT CodeString* _strings;