diff make/windows/projectfiles/common/Makefile @ 442:8fa025608ec6

6771742: Remove duplicate files from G1 merge Summary: Remove duplicate files and add includeDB_gc_g1 file in windows Makefile Reviewed-by: jcoomes, ysr
author jmasa
date Tue, 18 Nov 2008 14:52:33 -0800
parents d1605aabd0a1
children 0fc81f0a8ca8
line wrap: on
line diff
--- a/make/windows/projectfiles/common/Makefile	Fri Nov 14 14:23:05 2008 -0800
+++ b/make/windows/projectfiles/common/Makefile	Tue Nov 18 14:52:33 2008 -0800
@@ -56,7 +56,8 @@
     $(HOTSPOTWORKSPACE)/src/share/vm/gc_implementation/includeDB_gc_shared \
     $(HOTSPOTWORKSPACE)/src/share/vm/gc_implementation/includeDB_gc_parNew \
     $(HOTSPOTWORKSPACE)/src/share/vm/gc_implementation/includeDB_gc_parallelScavenge \
-    $(HOTSPOTWORKSPACE)/src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep
+    $(HOTSPOTWORKSPACE)/src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep \
+    $(HOTSPOTWORKSPACE)/src/share/vm/gc_implementation/includeDB_gc_g1
 
 
 IncludeDBs_kernel =$(IncludeDBs_base) \