src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp

changeset 3900
d2a62e0f25eb
parent 3732
f69a5d43dc19
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -617,7 +617,7 @@
     1.4  
     1.5  // A parallel-GC-thread-local allocation buffer for allocation into a
     1.6  // CompactibleFreeListSpace.
     1.7 -class CFLS_LAB : public CHeapObj {
     1.8 +class CFLS_LAB : public CHeapObj<mtGC> {
     1.9    // The space that this buffer allocates into.
    1.10    CompactibleFreeListSpace* _cfls;
    1.11  

mercurial