8006878: Some non-existent GC source files are in the minimalVM exclude list.

Thu, 14 Feb 2013 11:07:24 -0500

author
jprovino
date
Thu, 14 Feb 2013 11:07:24 -0500
changeset 4626
cf9a2071eeac
parent 4625
84a926fe53d0
child 4628
9c7d0948523f

8006878: Some non-existent GC source files are in the minimalVM exclude list.
Summary: cmsPermGen.cpp, psPermGen.cpp have been removed. yieldWorkingGroup.cpp typo is fixed. immutableSpace.cpp was in the list twice.
Reviewed-by: dholmes, jmasa

make/excludeSrc.make file | annotate | diff | comparison | revisions
src/share/vm/utilities/yieldingWorkgroup.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/make/excludeSrc.make	Thu Jan 24 13:27:54 2013 -0500
     1.2 +++ b/make/excludeSrc.make	Thu Feb 14 11:07:24 2013 -0500
     1.3 @@ -78,7 +78,7 @@
     1.4  
     1.5        Src_Files_EXCLUDE += \
     1.6  	cmsAdaptiveSizePolicy.cpp cmsCollectorPolicy.cpp \
     1.7 -	cmsGCAdaptivePolicyCounters.cpp cmsLockVerifier.cpp cmsPermGen.cpp compactibleFreeListSpace.cpp \
     1.8 +	cmsGCAdaptivePolicyCounters.cpp cmsLockVerifier.cpp compactibleFreeListSpace.cpp \
     1.9  	concurrentMarkSweepGeneration.cpp concurrentMarkSweepThread.cpp \
    1.10  	freeChunk.cpp adaptiveFreeList.cpp promotionInfo.cpp vmCMSOperations.cpp collectionSetChooser.cpp \
    1.11  	concurrentG1Refine.cpp concurrentG1RefineThread.cpp concurrentMark.cpp concurrentMarkThread.cpp \
    1.12 @@ -91,11 +91,11 @@
    1.13  	gcTaskManager.cpp gcTaskThread.cpp objectStartArray.cpp parallelScavengeHeap.cpp parMarkBitMap.cpp \
    1.14  	pcTasks.cpp psAdaptiveSizePolicy.cpp psCompactionManager.cpp psGCAdaptivePolicyCounters.cpp \
    1.15  	psGenerationCounters.cpp psMarkSweep.cpp psMarkSweepDecorator.cpp psOldGen.cpp psParallelCompact.cpp \
    1.16 -	psPermGen.cpp psPromotionLAB.cpp psPromotionManager.cpp psScavenge.cpp psTasks.cpp psVirtualspace.cpp \
    1.17 +	psPromotionLAB.cpp psPromotionManager.cpp psScavenge.cpp psTasks.cpp psVirtualspace.cpp \
    1.18  	psYoungGen.cpp vmPSOperations.cpp asParNewGeneration.cpp parCardTableModRefBS.cpp \
    1.19  	parGCAllocBuffer.cpp parNewGeneration.cpp mutableSpace.cpp gSpaceCounters.cpp allocationStats.cpp \
    1.20  	spaceCounters.cpp gcAdaptivePolicyCounters.cpp mutableNUMASpace.cpp immutableSpace.cpp \
    1.21 -	immutableSpace.cpp g1MemoryPool.cpp psMemoryPool.cpp yieldWorkingGroup.cpp g1Log.cpp
    1.22 +	immutableSpace.cpp g1MemoryPool.cpp psMemoryPool.cpp yieldingWorkGroup.cpp g1Log.cpp
    1.23  endif 
    1.24  
    1.25  ifeq ($(INCLUDE_NMT), false)
     2.1 --- a/src/share/vm/utilities/yieldingWorkgroup.cpp	Thu Jan 24 13:27:54 2013 -0500
     2.2 +++ b/src/share/vm/utilities/yieldingWorkgroup.cpp	Thu Feb 14 11:07:24 2013 -0500
     2.3 @@ -24,9 +24,7 @@
     2.4  
     2.5  #include "precompiled.hpp"
     2.6  #include "utilities/macros.hpp"
     2.7 -#if INCLUDE_ALL_GCS
     2.8  #include "utilities/yieldingWorkgroup.hpp"
     2.9 -#endif // INCLUDE_ALL_GCS
    2.10  
    2.11  // Forward declaration of classes declared here.
    2.12  

mercurial