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

changeset 984
fe3d7c11b4b7
parent 980
58054a18d735
child 1014
0fbdb4381b99
child 1061
87fa6e083d82
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Mon Feb 09 12:26:05 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Tue Feb 10 18:39:09 2009 +0300
     1.3 @@ -833,7 +833,7 @@
     1.4  
     1.5  // A linked lists of heap regions.  It leaves the "next" field
     1.6  // unspecified; that's up to subtypes.
     1.7 -class RegionList {
     1.8 +class RegionList VALUE_OBJ_CLASS_SPEC {
     1.9  protected:
    1.10    virtual HeapRegion* get_next(HeapRegion* chr) = 0;
    1.11    virtual void set_next(HeapRegion* chr,

mercurial