mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8230564: Remove os_ext.hpp
Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
4db6ba1648
commit
014535bd79
4 changed files with 0 additions and 48 deletions
|
@ -62,7 +62,6 @@ void classLoader_init1();
|
|||
void compilationPolicy_init();
|
||||
void codeCache_init();
|
||||
void VM_Version_init();
|
||||
void os_init_globals(); // depends on VM_Version_init, before universe_init
|
||||
void stubRoutines_init1();
|
||||
jint universe_init(); // depends on codeCache_init and stubRoutines_init
|
||||
// depends on universe_init, must be before interpreter_init (currently only on SPARC)
|
||||
|
@ -114,7 +113,6 @@ jint init_globals() {
|
|||
compilationPolicy_init();
|
||||
codeCache_init();
|
||||
VM_Version_init();
|
||||
os_init_globals();
|
||||
stubRoutines_init1();
|
||||
jint status = universe_init(); // dependent on codeCache_init and
|
||||
// stubRoutines_init1 and metaspace_init.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue