annotate src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp @ 10405:f2110083203d

8005849: JEP 167: Event-Based JVM Tracing Reviewed-by: acorn, coleenp, sla Contributed-by: Karen Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
author sla
date Mon, 10 Jun 2013 11:30:51 +0200
parents d2a62e0f25eb
children 9766f73e770d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 /*
10405
f2110083203d 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 6197
diff changeset
2 * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a61af66fc99e Initial load
duke
parents:
diff changeset
4 *
a61af66fc99e Initial load
duke
parents:
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
a61af66fc99e Initial load
duke
parents:
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
a61af66fc99e Initial load
duke
parents:
diff changeset
7 * published by the Free Software Foundation.
a61af66fc99e Initial load
duke
parents:
diff changeset
8 *
a61af66fc99e Initial load
duke
parents:
diff changeset
9 * This code is distributed in the hope that it will be useful, but WITHOUT
a61af66fc99e Initial load
duke
parents:
diff changeset
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a61af66fc99e Initial load
duke
parents:
diff changeset
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a61af66fc99e Initial load
duke
parents:
diff changeset
12 * version 2 for more details (a copy is included in the LICENSE file that
a61af66fc99e Initial load
duke
parents:
diff changeset
13 * accompanied this code).
a61af66fc99e Initial load
duke
parents:
diff changeset
14 *
a61af66fc99e Initial load
duke
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License version
a61af66fc99e Initial load
duke
parents:
diff changeset
16 * 2 along with this work; if not, write to the Free Software Foundation,
a61af66fc99e Initial load
duke
parents:
diff changeset
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a61af66fc99e Initial load
duke
parents:
diff changeset
18 *
1552
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 196
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 196
diff changeset
20 * or visit www.oracle.com if you need additional information or have any
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 196
diff changeset
21 * questions.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
22 *
a61af66fc99e Initial load
duke
parents:
diff changeset
23 */
a61af66fc99e Initial load
duke
parents:
diff changeset
24
1972
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1706
diff changeset
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_HPP
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1706
diff changeset
26 #define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_HPP
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1706
diff changeset
27
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1706
diff changeset
28 #include "gc_implementation/parallelScavenge/psPromotionLAB.hpp"
10405
f2110083203d 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 6197
diff changeset
29 #include "gc_implementation/shared/gcTrace.hpp"
f2110083203d 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 6197
diff changeset
30 #include "gc_implementation/shared/copyFailedInfo.hpp"
1972
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1706
diff changeset
31 #include "memory/allocation.hpp"
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1706
diff changeset
32 #include "utilities/taskqueue.hpp"
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1706
diff changeset
33
0
a61af66fc99e Initial load
duke
parents:
diff changeset
34 //
a61af66fc99e Initial load
duke
parents:
diff changeset
35 // psPromotionManager is used by a single thread to manage object survival
a61af66fc99e Initial load
duke
parents:
diff changeset
36 // during a scavenge. The promotion manager contains thread local data only.
a61af66fc99e Initial load
duke
parents:
diff changeset
37 //
10405
f2110083203d 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 6197
diff changeset
38 // NOTE! Be careful when allocating the stacks on cheap. If you are going
0
a61af66fc99e Initial load
duke
parents:
diff changeset
39 // to use a promotion manager in more than one thread, the stacks MUST be
a61af66fc99e Initial load
duke
parents:
diff changeset
40 // on cheap. This can lead to memory leaks, though, as they are not auto
a61af66fc99e Initial load
duke
parents:
diff changeset
41 // deallocated.
a61af66fc99e Initial load
duke
parents:
diff changeset
42 //
a61af66fc99e Initial load
duke
parents:
diff changeset
43 // FIX ME FIX ME Add a destructor, and don't rely on the user to drain/flush/deallocate!
a61af66fc99e Initial load
duke
parents:
diff changeset
44 //
a61af66fc99e Initial load
duke
parents:
diff changeset
45
a61af66fc99e Initial load
duke
parents:
diff changeset
46 // Move to some global location
a61af66fc99e Initial load
duke
parents:
diff changeset
47 #define HAS_BEEN_MOVED 0x1501d01d
a61af66fc99e Initial load
duke
parents:
diff changeset
48 // End move to some global location
a61af66fc99e Initial load
duke
parents:
diff changeset
49
a61af66fc99e Initial load
duke
parents:
diff changeset
50 class MutableSpace;
a61af66fc99e Initial load
duke
parents:
diff changeset
51 class PSOldGen;
a61af66fc99e Initial load
duke
parents:
diff changeset
52 class ParCompactionManager;
a61af66fc99e Initial load
duke
parents:
diff changeset
53
6197
d2a62e0f25eb 6995781: Native Memory Tracking (Phase 1)
zgu
parents: 4909
diff changeset
54 class PSPromotionManager : public CHeapObj<mtGC> {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
55 friend class PSScavenge;
a61af66fc99e Initial load
duke
parents:
diff changeset
56 friend class PSRefProcTaskExecutor;
a61af66fc99e Initial load
duke
parents:
diff changeset
57 private:
a61af66fc99e Initial load
duke
parents:
diff changeset
58 static PSPromotionManager** _manager_array;
a61af66fc99e Initial load
duke
parents:
diff changeset
59 static OopStarTaskQueueSet* _stack_array_depth;
a61af66fc99e Initial load
duke
parents:
diff changeset
60 static PSOldGen* _old_gen;
a61af66fc99e Initial load
duke
parents:
diff changeset
61 static MutableSpace* _young_space;
a61af66fc99e Initial load
duke
parents:
diff changeset
62
1665
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
63 #if TASKQUEUE_STATS
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
64 size_t _masked_pushes;
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
65 size_t _masked_steals;
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
66 size_t _arrays_chunked;
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
67 size_t _array_chunks_processed;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
68
1665
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
69 void print_taskqueue_stats(uint i) const;
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
70 void print_local_stats(uint i) const;
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
71 static void print_stats();
0
a61af66fc99e Initial load
duke
parents:
diff changeset
72
1665
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
73 void reset_stats();
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
74 #endif // TASKQUEUE_STATS
0
a61af66fc99e Initial load
duke
parents:
diff changeset
75
a61af66fc99e Initial load
duke
parents:
diff changeset
76 PSYoungPromotionLAB _young_lab;
a61af66fc99e Initial load
duke
parents:
diff changeset
77 PSOldPromotionLAB _old_lab;
a61af66fc99e Initial load
duke
parents:
diff changeset
78 bool _young_gen_is_full;
a61af66fc99e Initial load
duke
parents:
diff changeset
79 bool _old_gen_is_full;
a61af66fc99e Initial load
duke
parents:
diff changeset
80
a61af66fc99e Initial load
duke
parents:
diff changeset
81 OopStarTaskQueue _claimed_stack_depth;
6197
d2a62e0f25eb 6995781: Native Memory Tracking (Phase 1)
zgu
parents: 4909
diff changeset
82 OverflowTaskQueue<oop, mtGC> _claimed_stack_breadth;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
83
a61af66fc99e Initial load
duke
parents:
diff changeset
84 bool _totally_drain;
a61af66fc99e Initial load
duke
parents:
diff changeset
85 uint _target_stack_size;
a61af66fc99e Initial load
duke
parents:
diff changeset
86
a61af66fc99e Initial load
duke
parents:
diff changeset
87 uint _array_chunk_size;
a61af66fc99e Initial load
duke
parents:
diff changeset
88 uint _min_array_size_for_chunking;
a61af66fc99e Initial load
duke
parents:
diff changeset
89
10405
f2110083203d 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 6197
diff changeset
90 PromotionFailedInfo _promotion_failed_info;
f2110083203d 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 6197
diff changeset
91
0
a61af66fc99e Initial load
duke
parents:
diff changeset
92 // Accessors
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
93 static PSOldGen* old_gen() { return _old_gen; }
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
94 static MutableSpace* young_space() { return _young_space; }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
95
a61af66fc99e Initial load
duke
parents:
diff changeset
96 inline static PSPromotionManager* manager_array(int index);
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
97 template <class T> inline void claim_or_forward_internal_depth(T* p);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
98
a61af66fc99e Initial load
duke
parents:
diff changeset
99 // On the task queues we push reference locations as well as
a61af66fc99e Initial load
duke
parents:
diff changeset
100 // partially-scanned arrays (in the latter case, we push an oop to
a61af66fc99e Initial load
duke
parents:
diff changeset
101 // the from-space image of the array and the length on the
a61af66fc99e Initial load
duke
parents:
diff changeset
102 // from-space image indicates how many entries on the array we still
a61af66fc99e Initial load
duke
parents:
diff changeset
103 // need to scan; this is basically how ParNew does partial array
a61af66fc99e Initial load
duke
parents:
diff changeset
104 // scanning too). To be able to distinguish between reference
a61af66fc99e Initial load
duke
parents:
diff changeset
105 // locations and partially-scanned array oops we simply mask the
a61af66fc99e Initial load
duke
parents:
diff changeset
106 // latter oops with 0x01. The next three methods do the masking,
a61af66fc99e Initial load
duke
parents:
diff changeset
107 // unmasking, and checking whether the oop is masked or not. Notice
a61af66fc99e Initial load
duke
parents:
diff changeset
108 // that the signature of the mask and unmask methods looks a bit
a61af66fc99e Initial load
duke
parents:
diff changeset
109 // strange, as they accept and return different types (oop and
a61af66fc99e Initial load
duke
parents:
diff changeset
110 // oop*). This is because of the difference in types between what
a61af66fc99e Initial load
duke
parents:
diff changeset
111 // the task queue holds (oop*) and oops to partially-scanned arrays
a61af66fc99e Initial load
duke
parents:
diff changeset
112 // (oop). We do all the necessary casting in the mask / unmask
a61af66fc99e Initial load
duke
parents:
diff changeset
113 // methods to avoid sprinkling the rest of the code with more casts.
a61af66fc99e Initial load
duke
parents:
diff changeset
114
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
115 // These are added to the taskqueue so PS_CHUNKED_ARRAY_OOP_MASK (or any
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
116 // future masks) can't conflict with COMPRESSED_OOP_MASK
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
117 #define PS_CHUNKED_ARRAY_OOP_MASK 0x2
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
118
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
119 bool is_oop_masked(StarTask p) {
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
120 // If something is marked chunked it's always treated like wide oop*
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
121 return (((intptr_t)(oop*)p) & PS_CHUNKED_ARRAY_OOP_MASK) ==
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
122 PS_CHUNKED_ARRAY_OOP_MASK;
0
a61af66fc99e Initial load
duke
parents:
diff changeset
123 }
a61af66fc99e Initial load
duke
parents:
diff changeset
124
a61af66fc99e Initial load
duke
parents:
diff changeset
125 oop* mask_chunked_array_oop(oop obj) {
a61af66fc99e Initial load
duke
parents:
diff changeset
126 assert(!is_oop_masked((oop*) obj), "invariant");
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
127 oop* ret = (oop*) ((uintptr_t)obj | PS_CHUNKED_ARRAY_OOP_MASK);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
128 assert(is_oop_masked(ret), "invariant");
a61af66fc99e Initial load
duke
parents:
diff changeset
129 return ret;
a61af66fc99e Initial load
duke
parents:
diff changeset
130 }
a61af66fc99e Initial load
duke
parents:
diff changeset
131
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
132 oop unmask_chunked_array_oop(StarTask p) {
0
a61af66fc99e Initial load
duke
parents:
diff changeset
133 assert(is_oop_masked(p), "invariant");
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
134 assert(!p.is_narrow(), "chunked array oops cannot be narrow");
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
135 oop *chunk = (oop*)p; // cast p to oop (uses conversion operator)
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
136 oop ret = oop((oop*)((uintptr_t)chunk & ~PS_CHUNKED_ARRAY_OOP_MASK));
0
a61af66fc99e Initial load
duke
parents:
diff changeset
137 assert(!is_oop_masked((oop*) ret), "invariant");
a61af66fc99e Initial load
duke
parents:
diff changeset
138 return ret;
a61af66fc99e Initial load
duke
parents:
diff changeset
139 }
a61af66fc99e Initial load
duke
parents:
diff changeset
140
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
141 template <class T> void process_array_chunk_work(oop obj,
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
142 int start, int end);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
143 void process_array_chunk(oop old);
a61af66fc99e Initial load
duke
parents:
diff changeset
144
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
145 template <class T> void push_depth(T* p) {
1638
b2a00dd3117c 6957084: simplify TaskQueue overflow handling
jcoomes
parents: 1552
diff changeset
146 claimed_stack_depth()->push(p);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
147 }
a61af66fc99e Initial load
duke
parents:
diff changeset
148
a61af66fc99e Initial load
duke
parents:
diff changeset
149 protected:
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
150 static OopStarTaskQueueSet* stack_array_depth() { return _stack_array_depth; }
0
a61af66fc99e Initial load
duke
parents:
diff changeset
151 public:
a61af66fc99e Initial load
duke
parents:
diff changeset
152 // Static
a61af66fc99e Initial load
duke
parents:
diff changeset
153 static void initialize();
a61af66fc99e Initial load
duke
parents:
diff changeset
154
a61af66fc99e Initial load
duke
parents:
diff changeset
155 static void pre_scavenge();
10405
f2110083203d 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 6197
diff changeset
156 static bool post_scavenge(YoungGCTracer& gc_tracer);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
157
a61af66fc99e Initial load
duke
parents:
diff changeset
158 static PSPromotionManager* gc_thread_promotion_manager(int index);
a61af66fc99e Initial load
duke
parents:
diff changeset
159 static PSPromotionManager* vm_thread_promotion_manager();
a61af66fc99e Initial load
duke
parents:
diff changeset
160
a61af66fc99e Initial load
duke
parents:
diff changeset
161 static bool steal_depth(int queue_num, int* seed, StarTask& t) {
a61af66fc99e Initial load
duke
parents:
diff changeset
162 return stack_array_depth()->steal(queue_num, seed, t);
a61af66fc99e Initial load
duke
parents:
diff changeset
163 }
a61af66fc99e Initial load
duke
parents:
diff changeset
164
a61af66fc99e Initial load
duke
parents:
diff changeset
165 PSPromotionManager();
a61af66fc99e Initial load
duke
parents:
diff changeset
166
a61af66fc99e Initial load
duke
parents:
diff changeset
167 // Accessors
a61af66fc99e Initial load
duke
parents:
diff changeset
168 OopStarTaskQueue* claimed_stack_depth() {
a61af66fc99e Initial load
duke
parents:
diff changeset
169 return &_claimed_stack_depth;
a61af66fc99e Initial load
duke
parents:
diff changeset
170 }
a61af66fc99e Initial load
duke
parents:
diff changeset
171
a61af66fc99e Initial load
duke
parents:
diff changeset
172 bool young_gen_is_full() { return _young_gen_is_full; }
a61af66fc99e Initial load
duke
parents:
diff changeset
173
a61af66fc99e Initial load
duke
parents:
diff changeset
174 bool old_gen_is_full() { return _old_gen_is_full; }
a61af66fc99e Initial load
duke
parents:
diff changeset
175 void set_old_gen_is_full(bool state) { _old_gen_is_full = state; }
a61af66fc99e Initial load
duke
parents:
diff changeset
176
a61af66fc99e Initial load
duke
parents:
diff changeset
177 // Promotion methods
4909
95f6641e38e0 7144296: PS: Optimize nmethods processing
iveresov
parents: 1972
diff changeset
178 template<bool promote_immediately> oop copy_to_survivor_space(oop o);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
179 oop oop_promotion_failed(oop obj, markOop obj_mark);
a61af66fc99e Initial load
duke
parents:
diff changeset
180
a61af66fc99e Initial load
duke
parents:
diff changeset
181 void reset();
a61af66fc99e Initial load
duke
parents:
diff changeset
182
a61af66fc99e Initial load
duke
parents:
diff changeset
183 void flush_labs();
a61af66fc99e Initial load
duke
parents:
diff changeset
184 void drain_stacks(bool totally_drain) {
1706
9d7a8ab3736b 6962589: remove breadth first scanning code from parallel gc
tonyp
parents: 1665
diff changeset
185 drain_stacks_depth(totally_drain);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
186 }
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
187 public:
0
a61af66fc99e Initial load
duke
parents:
diff changeset
188 void drain_stacks_cond_depth() {
a61af66fc99e Initial load
duke
parents:
diff changeset
189 if (claimed_stack_depth()->size() > _target_stack_size) {
a61af66fc99e Initial load
duke
parents:
diff changeset
190 drain_stacks_depth(false);
a61af66fc99e Initial load
duke
parents:
diff changeset
191 }
a61af66fc99e Initial load
duke
parents:
diff changeset
192 }
a61af66fc99e Initial load
duke
parents:
diff changeset
193 void drain_stacks_depth(bool totally_drain);
a61af66fc99e Initial load
duke
parents:
diff changeset
194
a61af66fc99e Initial load
duke
parents:
diff changeset
195 bool stacks_empty() {
1706
9d7a8ab3736b 6962589: remove breadth first scanning code from parallel gc
tonyp
parents: 1665
diff changeset
196 return claimed_stack_depth()->is_empty();
0
a61af66fc99e Initial load
duke
parents:
diff changeset
197 }
a61af66fc99e Initial load
duke
parents:
diff changeset
198
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
199 inline void process_popped_location_depth(StarTask p);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
200
113
ba764ed4b6f2 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 0
diff changeset
201 template <class T> inline void claim_or_forward_depth(T* p);
0
a61af66fc99e Initial load
duke
parents:
diff changeset
202
1665
a93a9eda13f7 6962947: shared TaskQueue statistics
jcoomes
parents: 1638
diff changeset
203 TASKQUEUE_STATS_ONLY(inline void record_steal(StarTask& p);)
0
a61af66fc99e Initial load
duke
parents:
diff changeset
204 };
1972
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1706
diff changeset
205
f95d63e2154a 6989984: Use standard include model for Hospot
stefank
parents: 1706
diff changeset
206 #endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPROMOTIONMANAGER_HPP