8315689: G1: Remove unused init_hash_seed

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2023-09-06 09:36:18 +00:00
parent cfc148930b
commit 62a953f402

View File

@ -635,8 +635,6 @@ private:
// The regular clock call is called once the number of visited
// references reaches this limit
refs_reached_period = 1024,
// Initial value for the hash seed, used in the work stealing code
init_hash_seed = 17
};
G1CMObjArrayProcessor _objArray_processor;