mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8211718: Supporting multiple concurrent OopStorage iterators
Reviewed-by: pliden, kbarrett
This commit is contained in:
parent
90d6bbd01a
commit
b658954d7e
3 changed files with 18 additions and 25 deletions
|
@ -220,7 +220,7 @@ private:
|
|||
mutable SingleWriterSynchronizer _protect_active;
|
||||
|
||||
// mutable because this gets set even for const iteration.
|
||||
mutable bool _concurrent_iteration_active;
|
||||
mutable int _concurrent_iteration_count;
|
||||
|
||||
Block* find_block_or_null(const oop* ptr) const;
|
||||
void delete_empty_block(const Block& block);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue