6740930: G1: compilation failure with latest gcc

Tue, 26 Aug 2008 00:46:03 -0400

author
tonyp
date
Tue, 26 Aug 2008 00:46:03 -0400
changeset 794
d515536da189
parent 793
8651a65ac4b4
child 795
5d254928c888

6740930: G1: compilation failure with latest gcc
Summary: Include DB fix to resolve a compilation issue with the latest gcc.
Reviewed-by: iveresov, ysr

src/share/vm/gc_implementation/includeDB_gc_g1 file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/gc_implementation/includeDB_gc_g1	Fri Aug 22 11:48:25 2008 -0700
     1.2 +++ b/src/share/vm/gc_implementation/includeDB_gc_g1	Tue Aug 26 00:46:03 2008 -0400
     1.3 @@ -266,7 +266,7 @@
     1.4  
     1.5  heapRegion.hpp                          space.hpp
     1.6  heapRegion.hpp                          spaceDecorator.hpp
     1.7 -heapRegion.hpp                          g1BlockOffsetTable.hpp
     1.8 +heapRegion.hpp                          g1BlockOffsetTable.inline.hpp
     1.9  heapRegion.hpp                          watermark.hpp
    1.10  heapRegion.hpp				g1_specialized_oop_closures.hpp
    1.11  heapRegion.hpp				survRateGroup.hpp

mercurial