mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-25 07:09:55 +00:00
8340573: Remove unused G1ParScanThreadState::_partial_objarray_chunk_size
Reviewed-by: tschatzl
This commit is contained in:
parent
0f253d1103
commit
a07052e83d
@ -87,8 +87,6 @@ class G1ParScanThreadState : public CHeapObj<mtGC> {
|
||||
// Indicates whether in the last generation (old) there is no more space
|
||||
// available for allocation.
|
||||
bool _old_gen_is_full;
|
||||
// Size (in elements) of a partial objArray task chunk.
|
||||
size_t _partial_objarray_chunk_size;
|
||||
PartialArrayStateAllocator* _partial_array_state_allocator;
|
||||
PartialArrayTaskStepper _partial_array_stepper;
|
||||
StringDedup::Requests _string_dedup_requests;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user