Skip to content

Commit

Permalink
8315689: G1: Remove unused init_hash_seed
Browse files Browse the repository at this point in the history
Reviewed-by: tschatzl
  • Loading branch information
albertnetymk committed Sep 6, 2023
1 parent cfc1489 commit 62a953f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

1 comment on commit 62a953f

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.