8315689: G1: Remove unused init_hash_seed
Reviewed-by: tschatzl
This commit is contained in:
parent
cfc148930b
commit
62a953f402
@ -635,8 +635,6 @@ private:
|
|||||||
// The regular clock call is called once the number of visited
|
// The regular clock call is called once the number of visited
|
||||||
// references reaches this limit
|
// references reaches this limit
|
||||||
refs_reached_period = 1024,
|
refs_reached_period = 1024,
|
||||||
// Initial value for the hash seed, used in the work stealing code
|
|
||||||
init_hash_seed = 17
|
|
||||||
};
|
};
|
||||||
|
|
||||||
G1CMObjArrayProcessor _objArray_processor;
|
G1CMObjArrayProcessor _objArray_processor;
|
||||||
|
Loading…
Reference in New Issue
Block a user