Skip to content

Commit 62a953f

Browse files
committed
8315689: G1: Remove unused init_hash_seed
Reviewed-by: tschatzl
1 parent cfc1489 commit 62a953f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hotspot/share/gc/g1/g1ConcurrentMark.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,8 +635,6 @@ class G1CMTask : public TerminatorTerminator {
635635
// The regular clock call is called once the number of visited
636636
// references reaches this limit
637637
refs_reached_period = 1024,
638-
// Initial value for the hash seed, used in the work stealing code
639-
init_hash_seed = 17
640638
};
641639

642640
G1CMObjArrayProcessor _objArray_processor;

0 commit comments

Comments
 (0)