hotspot/src/share/vm/memory/space.hpp
changeset 27904 d606512952cc
parent 27888 a52ea0e7671e
child 29681 e96b344b2c42
--- a/hotspot/src/share/vm/memory/space.hpp	Tue Dec 02 09:51:16 2014 +0100
+++ b/hotspot/src/share/vm/memory/space.hpp	Mon Dec 01 14:37:25 2014 +0100
@@ -495,7 +495,6 @@
 // A space in which the free area is contiguous.  It therefore supports
 // faster allocation, and compaction.
 class ContiguousSpace: public CompactibleSpace {
-  friend class OneContigSpaceCardGeneration;
   friend class VMStructs;
   // Allow scan_and_forward function to call (private) overrides for auxiliary functions on this class
   template <typename SpaceType>