--- old/src/hotspot/share/gc/g1/g1PageBasedVirtualSpace.hpp 2018-03-12 10:02:25.786757087 -0400 +++ new/src/hotspot/share/gc/g1/g1PageBasedVirtualSpace.hpp 2018-03-12 10:02:25.021686586 -0400 @@ -25,7 +25,6 @@ #ifndef SHARE_VM_GC_G1_G1PAGEBASEDVIRTUALSPACE_HPP #define SHARE_VM_GC_G1_G1PAGEBASEDVIRTUALSPACE_HPP -#include "memory/allocation.hpp" #include "memory/memRegion.hpp" #include "memory/virtualspace.hpp" #include "utilities/align.hpp" @@ -45,7 +44,7 @@ // be committed using OS small pages. // The implementation gives an error when trying to commit or uncommit pages that // have already been committed or uncommitted. -class G1PageBasedVirtualSpace VALUE_OBJ_CLASS_SPEC { +class G1PageBasedVirtualSpace { friend class VMStructs; private: // Reserved area addresses.