mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8204834: Fix confusing "allocate" naming in OopStorage
Allocate_list => allocation_list and so on. Reviewed-by: dholmes, tschatzl, coleenp
This commit is contained in:
parent
66e825aa41
commit
051f4ed627
5 changed files with 185 additions and 185 deletions
|
@ -52,7 +52,7 @@
|
|||
// interfering with with each other.
|
||||
//
|
||||
// Both allocate() and delete_empty_blocks_concurrent() lock the
|
||||
// _allocate_mutex while performing their respective list and array
|
||||
// _allocation_mutex while performing their respective list and array
|
||||
// manipulations, preventing them from interfering with each other.
|
||||
//
|
||||
// When allocate() creates a new block, it is added to the end of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue