comparison src/share/vm/gc_implementation/shared/spaceDecorator.hpp @ 1547:fb1a39993f69

6951319: enable solaris builds using Sun Studio 12 update 1 Reviewed-by: kamg, ysr, dholmes, johnc
author jcoomes
date Tue, 18 May 2010 11:02:18 -0700
parents 9ee9cf798b59
children c18cbe5936b8
comparison
equal deleted inserted replaced
1546:a00b51b2dda4 1547:fb1a39993f69
107 // Mangle the MemRegion. This is a non-space specific mangler. It 107 // Mangle the MemRegion. This is a non-space specific mangler. It
108 // is used during the initial mangling of a space before the space 108 // is used during the initial mangling of a space before the space
109 // is fully constructed. Also is used when a generation is expanded 109 // is fully constructed. Also is used when a generation is expanded
110 // and possibly before the spaces have been reshaped to to the new 110 // and possibly before the spaces have been reshaped to to the new
111 // size of the generation. 111 // size of the generation.
112 static void mangle_region(MemRegion mr); 112 static void mangle_region(MemRegion mr) PRODUCT_RETURN;
113 }; 113 };
114 114
115 class ContiguousSpace; 115 class ContiguousSpace;
116 116
117 // For use with GenCollectedHeap's 117 // For use with GenCollectedHeap's