hotspot/src/share/vm/gc/g1/heapRegion.cpp
changeset 38183 cb68e4923223
parent 38154 4c30333c304e
child 39698 4016de4e596b
--- a/hotspot/src/share/vm/gc/g1/heapRegion.cpp	Mon May 02 19:38:15 2016 -0400
+++ b/hotspot/src/share/vm/gc/g1/heapRegion.cpp	Tue May 03 12:33:10 2016 +0200
@@ -287,7 +287,6 @@
     _next_in_special_set(NULL),
     _evacuation_failed(false),
     _prev_marked_bytes(0), _next_marked_bytes(0), _gc_efficiency(0.0),
-    _next_young_region(NULL),
     _next(NULL), _prev(NULL),
 #ifdef ASSERT
     _containing_set(NULL),