mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8248391: Unify handling of all OopStorage instances in weak root processing
OopStorage instance now owned by subsystems, and generalize dead entry notification Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com> Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com> Reviewed-by: coleenp, tschatzl
This commit is contained in:
parent
55af701cc3
commit
a8d6a05ce8
42 changed files with 822 additions and 574 deletions
|
@ -50,7 +50,7 @@
|
|||
void check_ThreadShadow();
|
||||
void eventlog_init();
|
||||
void mutex_init();
|
||||
void oopstorage_init();
|
||||
void universe_oopstorage_init();
|
||||
void chunkpool_init();
|
||||
void perfMemory_init();
|
||||
void SuspendibleThreadSet_init();
|
||||
|
@ -97,7 +97,7 @@ void vm_init_globals() {
|
|||
basic_types_init();
|
||||
eventlog_init();
|
||||
mutex_init();
|
||||
oopstorage_init();
|
||||
universe_oopstorage_init();
|
||||
chunkpool_init();
|
||||
perfMemory_init();
|
||||
SuspendibleThreadSet_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue