mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
Merge
This commit is contained in:
commit
9b430f2262
106 changed files with 652 additions and 415 deletions
|
@ -455,7 +455,7 @@ HeapRegionClaimer::HeapRegionClaimer(uint n_workers) :
|
|||
|
||||
HeapRegionClaimer::~HeapRegionClaimer() {
|
||||
if (_claims != NULL) {
|
||||
FREE_C_HEAP_ARRAY(uint, _claims, mtGC);
|
||||
FREE_C_HEAP_ARRAY(uint, _claims);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue