hotspot/src/share/vm/gc_implementation/g1/ptrQueue.hpp
changeset 20011 d74937287461
parent 11455 a6ab3d8b9a4c
child 20403 45a89fbcd8f7
equal deleted inserted replaced
20010:c66a7254680c 20011:d74937287461
    36 // The definition of placement operator new(size_t, void*) in the <new>.
    36 // The definition of placement operator new(size_t, void*) in the <new>.
    37 #include <new>
    37 #include <new>
    38 
    38 
    39 class PtrQueueSet;
    39 class PtrQueueSet;
    40 class PtrQueue VALUE_OBJ_CLASS_SPEC {
    40 class PtrQueue VALUE_OBJ_CLASS_SPEC {
       
    41   friend class VMStructs;
    41 
    42 
    42 protected:
    43 protected:
    43   // The ptr queue set to which this queue belongs.
    44   // The ptr queue set to which this queue belongs.
    44   PtrQueueSet* _qset;
    45   PtrQueueSet* _qset;
    45 
    46