src/hotspot/share/gc/g1/g1ParScanThreadState.cpp
changeset 51292 0538a5cdb474
parent 50748 d46700d64e9c
child 52136 b52336cdb42d
--- a/src/hotspot/share/gc/g1/g1ParScanThreadState.cpp	Fri Aug 03 09:57:10 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1ParScanThreadState.cpp	Fri Aug 03 11:06:10 2018 +0200
@@ -47,7 +47,6 @@
     _age_table(false),
     _tenuring_threshold(g1h->g1_policy()->tenuring_threshold()),
     _scanner(g1h, this),
-    _hash_seed(17),
     _worker_id(worker_id),
     _stack_trim_upper_threshold(GCDrainStackTargetSize * 2 + 1),
     _stack_trim_lower_threshold(GCDrainStackTargetSize),