comparison src/share/vm/gc_implementation/shared/vmGCOperations.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 097d78aaf2b5
children 3c9bc17b9403
comparison
equal deleted inserted replaced
7619:46e60405583b 8001:db9981fd3124
34 #include "runtime/handles.inline.hpp" 34 #include "runtime/handles.inline.hpp"
35 #include "runtime/init.hpp" 35 #include "runtime/init.hpp"
36 #include "runtime/interfaceSupport.hpp" 36 #include "runtime/interfaceSupport.hpp"
37 #include "utilities/dtrace.hpp" 37 #include "utilities/dtrace.hpp"
38 #include "utilities/preserveException.hpp" 38 #include "utilities/preserveException.hpp"
39 #ifndef SERIALGC 39 #include "utilities/macros.hpp"
40 #if INCLUDE_ALL_GCS
40 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" 41 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
41 #endif 42 #endif // INCLUDE_ALL_GCS
42 43
43 #ifndef USDT2 44 #ifndef USDT2
44 HS_DTRACE_PROBE_DECL1(hotspot, gc__begin, bool); 45 HS_DTRACE_PROBE_DECL1(hotspot, gc__begin, bool);
45 HS_DTRACE_PROBE_DECL(hotspot, gc__end); 46 HS_DTRACE_PROBE_DECL(hotspot, gc__end);
46 #endif /* !USDT2 */ 47 #endif /* !USDT2 */