comparison src/share/vm/gc_implementation/shared/gSpaceCounters.cpp @ 8001:db9981fd3124

8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
author jprovino
date Wed, 23 Jan 2013 13:02:39 -0500
parents b9a9ed0f8eeb
children de6a9e811145
comparison
equal deleted inserted replaced
7619:46e60405583b 8001:db9981fd3124
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #ifndef SERIALGC 26 #include "utilities/macros.hpp"
27 #if INCLUDE_ALL_GCS
27 #include "gc_implementation/shared/gSpaceCounters.hpp" 28 #include "gc_implementation/shared/gSpaceCounters.hpp"
28 #include "memory/generation.hpp" 29 #include "memory/generation.hpp"
29 #include "memory/resourceArea.hpp" 30 #include "memory/resourceArea.hpp"
30 #endif 31 #endif // INCLUDE_ALL_GCS
31 32
32 GSpaceCounters::GSpaceCounters(const char* name, int ordinal, size_t max_size, 33 GSpaceCounters::GSpaceCounters(const char* name, int ordinal, size_t max_size,
33 Generation* g, GenerationCounters* gc, 34 Generation* g, GenerationCounters* gc,
34 bool sampled) : 35 bool sampled) :
35 _gen(g) { 36 _gen(g) {