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

changeset 3900
d2a62e0f25eb
parent 2493
97ba643ea3ed
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -42,7 +42,7 @@
     1.4  // insertions only enqueue old versions for deletions, but do not delete
     1.5  // old versions synchronously.
     1.6  
     1.7 -class SparsePRTEntry: public CHeapObj {
     1.8 +class SparsePRTEntry: public CHeapObj<mtGC> {
     1.9  public:
    1.10    enum SomePublicConstants {
    1.11      NullEntry     = -1,
    1.12 @@ -101,7 +101,7 @@
    1.13  };
    1.14  
    1.15  
    1.16 -class RSHashTable : public CHeapObj {
    1.17 +class RSHashTable : public CHeapObj<mtGC> {
    1.18  
    1.19    friend class RSHashTableIter;
    1.20  

mercurial