hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp
changeset 2013 49e915da0905
parent 2009 4adf43957a1b
child 2152 99356e7f31b1
child 2105 347008ce7984
--- a/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp	Mon Feb 09 12:26:05 2009 -0800
+++ b/hotspot/src/share/vm/gc_implementation/g1/heapRegion.hpp	Tue Feb 10 18:39:09 2009 +0300
@@ -833,7 +833,7 @@
 
 // A linked lists of heap regions.  It leaves the "next" field
 // unspecified; that's up to subtypes.
-class RegionList {
+class RegionList VALUE_OBJ_CLASS_SPEC {
 protected:
   virtual HeapRegion* get_next(HeapRegion* chr) = 0;
   virtual void set_next(HeapRegion* chr,