mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
6965184: possible races in make_not_entrant_or_zombie
Reviewed-by: kvn
This commit is contained in:
parent
ae3ddc1514
commit
7533d0caf7
22 changed files with 226 additions and 740 deletions
|
@ -34,7 +34,6 @@ void perfMemory_init();
|
|||
|
||||
// Initialization done by Java thread in init_globals()
|
||||
void management_init();
|
||||
void vtune_init();
|
||||
void bytecodes_init();
|
||||
void classLoader_init();
|
||||
void codeCache_init();
|
||||
|
@ -82,7 +81,6 @@ void vm_init_globals() {
|
|||
jint init_globals() {
|
||||
HandleMark hm;
|
||||
management_init();
|
||||
vtune_init();
|
||||
bytecodes_init();
|
||||
classLoader_init();
|
||||
codeCache_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue