src/share/vm/gc_implementation/shared/spaceDecorator.hpp

changeset 1902
fb1a39993f69
parent 772
9ee9cf798b59
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/shared/spaceDecorator.hpp	Mon May 17 00:47:28 2010 -0700
     1.2 +++ b/src/share/vm/gc_implementation/shared/spaceDecorator.hpp	Tue May 18 11:02:18 2010 -0700
     1.3 @@ -109,7 +109,7 @@
     1.4    // is fully constructed.  Also is used when a generation is expanded
     1.5    // and possibly before the spaces have been reshaped to to the new
     1.6    // size of the generation.
     1.7 -  static void mangle_region(MemRegion mr);
     1.8 +  static void mangle_region(MemRegion mr) PRODUCT_RETURN;
     1.9  };
    1.10  
    1.11  class ContiguousSpace;

mercurial