src/share/vm/gc_implementation/g1/ptrQueue.hpp

changeset 5726
69f26e8e09f9
parent 3416
2ace1c4ee8da
child 5860
69944b868a32
     1.1 --- a/src/share/vm/gc_implementation/g1/ptrQueue.hpp	Fri Sep 13 04:16:54 2013 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/ptrQueue.hpp	Fri Sep 13 16:55:44 2013 -0700
     1.3 @@ -38,6 +38,7 @@
     1.4  
     1.5  class PtrQueueSet;
     1.6  class PtrQueue VALUE_OBJ_CLASS_SPEC {
     1.7 +  friend class VMStructs;
     1.8  
     1.9  protected:
    1.10    // The ptr queue set to which this queue belongs.

mercurial