mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6928081: G1: rename parameters common with CMS
Rename marking stack sizing flags to be common between G1 and CMS Reviewed-by: ysr, tonyp
This commit is contained in:
parent
77b2dfce1d
commit
f254745228
9 changed files with 108 additions and 34 deletions
|
@ -133,6 +133,9 @@ public:
|
|||
// Maximum number of elements allowed in the queue. This is two less
|
||||
// than the actual queue size, for somewhat complicated reasons.
|
||||
uint max_elems() { return N - 2; }
|
||||
|
||||
// Total size of queue.
|
||||
static const uint total_size() { return N; }
|
||||
};
|
||||
|
||||
template<class E> class GenericTaskQueue: public TaskQueueSuper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue