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 # include "incls/_precompiled.incl" |
25 #include "precompiled.hpp" |
26 # include "incls/_defNewGeneration.cpp.incl" |
26 #include "gc_implementation/shared/collectorCounters.hpp" |
|
27 #include "gc_implementation/shared/gcPolicyCounters.hpp" |
|
28 #include "gc_implementation/shared/spaceDecorator.hpp" |
|
29 #include "memory/defNewGeneration.inline.hpp" |
|
30 #include "memory/gcLocker.inline.hpp" |
|
31 #include "memory/genCollectedHeap.hpp" |
|
32 #include "memory/genOopClosures.inline.hpp" |
|
33 #include "memory/generationSpec.hpp" |
|
34 #include "memory/iterator.hpp" |
|
35 #include "memory/referencePolicy.hpp" |
|
36 #include "memory/space.inline.hpp" |
|
37 #include "oops/instanceRefKlass.hpp" |
|
38 #include "oops/oop.inline.hpp" |
|
39 #include "runtime/java.hpp" |
|
40 #include "utilities/copy.hpp" |
|
41 #include "utilities/stack.inline.hpp" |
|
42 #ifdef TARGET_OS_FAMILY_linux |
|
43 # include "thread_linux.inline.hpp" |
|
44 #endif |
|
45 #ifdef TARGET_OS_FAMILY_solaris |
|
46 # include "thread_solaris.inline.hpp" |
|
47 #endif |
|
48 #ifdef TARGET_OS_FAMILY_windows |
|
49 # include "thread_windows.inline.hpp" |
|
50 #endif |
27 |
51 |
28 // |
52 // |
29 // DefNewGeneration functions. |
53 // DefNewGeneration functions. |
30 |
54 |
31 // Methods of protected closure types. |
55 // Methods of protected closure types. |