comparison src/share/vm/gc_implementation/shared/concurrentGCThread.hpp @ 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 2a241e764894
children de6a9e811145
comparison
equal deleted inserted replaced
7619:46e60405583b 8001:db9981fd3124
23 */ 23 */
24 24
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_CONCURRENTGCTHREAD_HPP 25 #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_CONCURRENTGCTHREAD_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_SHARED_CONCURRENTGCTHREAD_HPP 26 #define SHARE_VM_GC_IMPLEMENTATION_SHARED_CONCURRENTGCTHREAD_HPP
27 27
28 #ifndef SERIALGC 28 #include "utilities/macros.hpp"
29 #if INCLUDE_ALL_GCS
29 #include "runtime/thread.hpp" 30 #include "runtime/thread.hpp"
30 #endif 31 #endif // INCLUDE_ALL_GCS
31 32
32 class VoidClosure; 33 class VoidClosure;
33 34
34 // A SuspendibleThreadSet is (obviously) a set of threads that can be 35 // A SuspendibleThreadSet is (obviously) a set of threads that can be
35 // suspended. A thread can join and later leave the set, and periodically 36 // suspended. A thread can join and later leave the set, and periodically