8227054: ServiceThread needs to know about all OopStorage objects

8227053: ServiceThread cleanup of OopStorage is missing some

OopStorages provides named access and iteration.

Reviewed-by: eosterlund, pliden, coleenp
This commit is contained in:
Kim Barrett 2019-08-21 18:42:30 -04:00
parent de8d01d4d3
commit 1acad37ee6
28 changed files with 721 additions and 358 deletions

View file

@ -50,6 +50,7 @@
void check_ThreadShadow();
void eventlog_init();
void mutex_init();
void oopstorage_init();
void chunkpool_init();
void perfMemory_init();
void SuspendibleThreadSet_init();
@ -98,6 +99,7 @@ void vm_init_globals() {
basic_types_init();
eventlog_init();
mutex_init();
oopstorage_init();
chunkpool_init();
perfMemory_init();
SuspendibleThreadSet_init();