diff 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
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/ptrQueue.hpp	Fri Sep 13 04:16:54 2013 -0700
+++ b/src/share/vm/gc_implementation/g1/ptrQueue.hpp	Fri Sep 13 16:55:44 2013 -0700
@@ -38,6 +38,7 @@
 
 class PtrQueueSet;
 class PtrQueue VALUE_OBJ_CLASS_SPEC {
+  friend class VMStructs;
 
 protected:
   // The ptr queue set to which this queue belongs.