comparison src/share/vm/gc_implementation/parNew/parGCAllocBuffer.hpp @ 1983:c760f78e0a53

7003125: precompiled.hpp is included when precompiled headers are not used Summary: Added an ifndef DONT_USE_PRECOMPILED_HEADER to precompiled.hpp. Set up DONT_USE_PRECOMPILED_HEADER when compiling with Sun Studio or when the user specifies USE_PRECOMPILED_HEADER=0. Fixed broken include dependencies. Reviewed-by: coleenp, kvn
author stefank
date Wed, 01 Dec 2010 15:04:06 +0100
parents f95d63e2154a
children d2a62e0f25eb
comparison
equal deleted inserted replaced
1982:6a2d73358ff7 1983:c760f78e0a53
24 24
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARGCALLOCBUFFER_HPP 25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARGCALLOCBUFFER_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARGCALLOCBUFFER_HPP 26 #define SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARGCALLOCBUFFER_HPP
27 27
28 #include "memory/allocation.hpp" 28 #include "memory/allocation.hpp"
29 #include "memory/blockOffsetTable.hpp"
29 #include "memory/threadLocalAllocBuffer.hpp" 30 #include "memory/threadLocalAllocBuffer.hpp"
30 #include "utilities/globalDefinitions.hpp" 31 #include "utilities/globalDefinitions.hpp"
31 32
32 // Forward decl. 33 // Forward decl.
33 34