src/hotspot/share/runtime/init.cpp
changeset 58048 8009a9c36251
parent 57828 35db8fba55f9
child 58679 9c3209ff7550
child 59247 56bf71d64d51
--- a/src/hotspot/share/runtime/init.cpp	Wed Sep 04 13:06:44 2019 +0200
+++ b/src/hotspot/share/runtime/init.cpp	Wed Sep 04 13:07:15 2019 +0200
@@ -62,7 +62,6 @@
 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 @@
   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.