8331695: Serial: DefNewGeneration:_promotion_failed used without being initialized
Reviewed-by: gli, stefank
This commit is contained in:
parent
23a72a1f2f
commit
02a799c055
@ -226,6 +226,7 @@ DefNewGeneration::DefNewGeneration(ReservedSpace rs,
|
||||
size_t max_size,
|
||||
const char* policy)
|
||||
: Generation(rs, initial_size),
|
||||
_promotion_failed(false),
|
||||
_preserved_marks_set(false /* in_c_heap */),
|
||||
_promo_failure_drain_in_progress(false),
|
||||
_should_allocate_from_space(false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user