hotspot/src/share/vm/runtime/thread.cpp
changeset 24849 20b9d8928c43
parent 24831 e4df2f64bb2e
parent 24848 34d57b35331b
child 25070 ec13ac30b16d
child 25057 f38210f84f8c
equal deleted inserted replaced
24840:96be34dfc72a 24849:20b9d8928c43
  3541 
  3541 
  3542   // Set flag that basic initialization has completed. Used by exceptions and various
  3542   // Set flag that basic initialization has completed. Used by exceptions and various
  3543   // debug stuff, that does not work until all basic classes have been initialized.
  3543   // debug stuff, that does not work until all basic classes have been initialized.
  3544   set_init_completed();
  3544   set_init_completed();
  3545 
  3545 
       
  3546   Metaspace::post_initialize();
       
  3547 
  3546   HOTSPOT_VM_INIT_END();
  3548   HOTSPOT_VM_INIT_END();
  3547 
  3549 
  3548   // record VM initialization completion time
  3550   // record VM initialization completion time
  3549 #if INCLUDE_MANAGEMENT
  3551 #if INCLUDE_MANAGEMENT
  3550   Management::record_vm_init_completed();
  3552   Management::record_vm_init_completed();