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;