mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
6849122: G1: Typo introduced during implementation of the parallel refinement
Typo fix Reviewed-by: jcoomes
This commit is contained in:
parent
9611174798
commit
307bb62ca5
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ ConcurrentG1Refine::~ConcurrentG1Refine() {
|
||||||
for (int i = 0; i < _n_threads; i++) {
|
for (int i = 0; i < _n_threads; i++) {
|
||||||
delete _threads[i];
|
delete _threads[i];
|
||||||
}
|
}
|
||||||
FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _n_threads);
|
FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _threads);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue