src/share/vm/precompiled/precompiled.hpp

changeset 4542
db9981fd3124
parent 4037
da91efe96a93
child 5237
f2110083203d
     1.1 --- a/src/share/vm/precompiled/precompiled.hpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/share/vm/precompiled/precompiled.hpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -24,6 +24,7 @@
     1.4  
     1.5  // Precompiled headers are turned off for Sun Studion,
     1.6  // or if the user passes USE_PRECOMPILED_HEADER=0 to the makefiles.
     1.7 +
     1.8  #ifndef DONT_USE_PRECOMPILED_HEADER
     1.9  
    1.10  # include "asm/assembler.hpp"
    1.11 @@ -285,7 +286,7 @@
    1.12  # include "c1/c1_ValueType.hpp"
    1.13  # include "c1/c1_globals.hpp"
    1.14  #endif // COMPILER1
    1.15 -#ifndef SERIALGC
    1.16 +#if INCLUDE_ALL_GCS
    1.17  # include "gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp"
    1.18  # include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp"
    1.19  # include "gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp"
    1.20 @@ -314,6 +315,6 @@
    1.21  # include "gc_implementation/shared/gcAdaptivePolicyCounters.hpp"
    1.22  # include "gc_implementation/shared/gcPolicyCounters.hpp"
    1.23  # include "gc_implementation/shared/parGCAllocBuffer.hpp"
    1.24 -#endif // SERIALGC
    1.25 +#endif // INCLUDE_ALL_GCS
    1.26  
    1.27  #endif // !DONT_USE_PRECOMPILED_HEADER

mercurial