8278761: Parallel: Remove unused PSOldPromotionLAB constructor
Reviewed-by: tschatzl
This commit is contained in:
parent
3f9638d124
commit
7761a3e883
@ -106,7 +106,6 @@ class PSOldPromotionLAB : public PSPromotionLAB {
|
||||
|
||||
public:
|
||||
PSOldPromotionLAB() : _start_array(NULL) { }
|
||||
PSOldPromotionLAB(ObjectStartArray* start_array) : _start_array(start_array) { }
|
||||
|
||||
void set_start_array(ObjectStartArray* start_array) { _start_array = start_array; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user