comparison src/share/vm/gc_implementation/g1/ptrQueue.hpp @ 12258:69f26e8e09f9

8024760: add more types, fields and constants to VMStructs Reviewed-by: kvn, coleenp
author twisti
date Fri, 13 Sep 2013 16:55:44 -0700
parents 2ace1c4ee8da
children 69944b868a32
comparison
equal deleted inserted replaced
12257:01b268b3080a 12258:69f26e8e09f9
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