From 62a953f40224589bb72864427181f69da526d391 Mon Sep 17 00:00:00 2001 From: Albert Mingkun Yang Date: Wed, 6 Sep 2023 09:36:18 +0000 Subject: [PATCH] 8315689: G1: Remove unused init_hash_seed Reviewed-by: tschatzl --- src/hotspot/share/gc/g1/g1ConcurrentMark.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp b/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp index 0ce2c7a961ab5..19bb1712e5486 100644 --- a/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp +++ b/src/hotspot/share/gc/g1/g1ConcurrentMark.hpp @@ -635,8 +635,6 @@ class G1CMTask : public TerminatorTerminator { // 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;