comparison src/share/vm/gc_implementation/parNew/parNewGeneration.hpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents 894b1d7c7e01
children bca17e38de00
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP
27
28 #include "gc_implementation/parNew/parGCAllocBuffer.hpp"
29 #include "memory/defNewGeneration.hpp"
30 #include "utilities/taskqueue.hpp"
31
25 class ChunkArray; 32 class ChunkArray;
26 class ParScanWithoutBarrierClosure; 33 class ParScanWithoutBarrierClosure;
27 class ParScanWithBarrierClosure; 34 class ParScanWithBarrierClosure;
28 class ParRootScanWithoutBarrierClosure; 35 class ParRootScanWithoutBarrierClosure;
29 class ParRootScanWithBarrierTwoGensClosure; 36 class ParRootScanWithBarrierTwoGensClosure;
420 427
421 static oop real_forwardee(oop obj); 428 static oop real_forwardee(oop obj);
422 429
423 DEBUG_ONLY(static bool is_legal_forward_ptr(oop p);) 430 DEBUG_ONLY(static bool is_legal_forward_ptr(oop p);)
424 }; 431 };
432
433 #endif // SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP