--- old/test/hotspot/gtest/gc/shared/test_oopStorage.cpp 2018-03-12 10:02:55.705514028 -0400 +++ new/test/hotspot/gtest/gc/shared/test_oopStorage.cpp 2018-03-12 10:02:54.992448322 -0400 @@ -530,7 +530,7 @@ } #endif // DISABLE_GARBAGE_ALLOCATION_STATUS_TESTS -class OopStorageTest::CountingIterateClosure VALUE_OBJ_CLASS_SPEC { +class OopStorageTest::CountingIterateClosure { public: size_t _const_count; size_t _const_non_null; @@ -672,7 +672,7 @@ const unsigned char OopStorageTestIteration::mark_const; const unsigned char OopStorageTestIteration::mark_non_const; -class OopStorageTestIteration::VerifyState VALUE_OBJ_CLASS_SPEC { +class OopStorageTestIteration::VerifyState { public: unsigned char _expected_mark; const oop* const* _entries; @@ -742,7 +742,7 @@ } }; -class OopStorageTestIteration::VerifyFn VALUE_OBJ_CLASS_SPEC { +class OopStorageTestIteration::VerifyFn { public: VerifyFn(VerifyState* state, uint worker_id = 0) : _state(state), @@ -762,7 +762,7 @@ uint _worker_id; }; -class OopStorageTestIteration::VerifyClosure VALUE_OBJ_CLASS_SPEC { +class OopStorageTestIteration::VerifyClosure { public: VerifyClosure(VerifyState* state, uint worker_id = 0) : _state(state),