--- old/src/hotspot/share/gc/g1/g1CodeCacheRemSet.hpp 2018-03-12 10:02:13.812653669 -0400 +++ new/src/hotspot/share/gc/g1/g1CodeCacheRemSet.hpp 2018-03-12 10:02:13.097587775 -0400 @@ -25,8 +25,6 @@ #ifndef SHARE_VM_GC_G1_G1CODECACHEREMSET_HPP #define SHARE_VM_GC_G1_G1CODECACHEREMSET_HPP -#include "memory/allocation.hpp" - class CodeBlobClosure; class G1CodeRootSetTable; class HeapRegion; @@ -34,7 +32,7 @@ // Implements storage for a set of code roots. // All methods that modify the set are not thread-safe except if otherwise noted. -class G1CodeRootSet VALUE_OBJ_CLASS_SPEC { +class G1CodeRootSet { friend class G1CodeRootSetTest; private: