--- old/make/excludeSrc.make 2013-09-06 04:42:48.694648309 -0400 +++ new/make/excludeSrc.make 2013-09-06 04:42:47.582586183 -0400 @@ -99,7 +99,7 @@ psTasks.cpp psVirtualspace.cpp psYoungGen.cpp vmPSOperations.cpp asParNewGeneration.cpp \ parCardTableModRefBS.cpp parGCAllocBuffer.cpp parNewGeneration.cpp mutableSpace.cpp \ gSpaceCounters.cpp allocationStats.cpp spaceCounters.cpp gcAdaptivePolicyCounters.cpp \ - mutableNUMASpace.cpp immutableSpace.cpp yieldingWorkGroup.cpp + mutableNUMASpace.cpp immutableSpace.cpp yieldingWorkGroup.cpp hSpaceCounters.cpp endif ifeq ($(INCLUDE_NMT), false) --- old/src/share/vm/gc_implementation/shared/allocationStats.hpp 2013-09-06 04:42:52.122839831 -0400 +++ new/src/share/vm/gc_implementation/shared/allocationStats.hpp 2013-09-06 04:42:51.006777480 -0400 @@ -26,11 +26,9 @@ #define SHARE_VM_GC_IMPLEMENTATION_SHARED_ALLOCATIONSTATS_HPP #include "utilities/macros.hpp" -#if INCLUDE_ALL_GCS -#include "gc_implementation/shared/gcUtil.hpp" #include "memory/allocation.hpp" #include "utilities/globalDefinitions.hpp" -#endif // INCLUDE_ALL_GCS +#include "gc_implementation/shared/gcUtil.hpp" class AllocationStats VALUE_OBJ_CLASS_SPEC { // A duration threshold (in ms) used to filter --- old/src/share/vm/gc_implementation/shared/hSpaceCounters.hpp 2013-09-06 04:42:55.811045880 -0400 +++ new/src/share/vm/gc_implementation/shared/hSpaceCounters.hpp 2013-09-06 04:42:54.450969898 -0400 @@ -26,11 +26,9 @@ #define SHARE_VM_GC_IMPLEMENTATION_SHARED_HSPACECOUNTERS_HPP #include "utilities/macros.hpp" -#if INCLUDE_ALL_GCS #include "gc_implementation/shared/generationCounters.hpp" #include "memory/generation.hpp" #include "runtime/perfData.hpp" -#endif // INCLUDE_ALL_GCS // A HSpaceCounter is a holder class for performance counters // that track a collections (logical spaces) in a heap; --- old/src/share/vm/memory/binaryTreeDictionary.cpp 2013-09-06 04:42:59.303240981 -0400 +++ new/src/share/vm/memory/binaryTreeDictionary.cpp 2013-09-06 04:42:58.167177512 -0400 @@ -33,10 +33,10 @@ #include "runtime/globals.hpp" #include "utilities/ostream.hpp" #include "utilities/macros.hpp" +#include "gc_implementation/shared/spaceDecorator.hpp" #if INCLUDE_ALL_GCS #include "gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp" #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp" -#include "gc_implementation/shared/spaceDecorator.hpp" #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp" #endif // INCLUDE_ALL_GCS --- old/src/share/vm/utilities/yieldingWorkgroup.hpp 2013-09-06 04:43:02.831438096 -0400 +++ new/src/share/vm/utilities/yieldingWorkgroup.hpp 2013-09-06 04:43:01.679373734 -0400 @@ -26,10 +26,7 @@ #define SHARE_VM_UTILITIES_YIELDINGWORKGROUP_HPP #include "utilities/macros.hpp" -#if INCLUDE_ALL_GCS #include "utilities/workgroup.hpp" -#endif // INCLUDE_ALL_GCS - // Forward declarations class YieldingFlexibleWorkGang;