hotspot/src/share/vm/runtime/thread.cpp
changeset 36074 11263906664c
parent 35825 7c7652ee137b
child 36199 855b44ce93c0
equal deleted inserted replaced
36073:1c0381cc1e1d 36074:11263906664c
  3598   // Must be run after init_ft which initializes ft_enabled
  3598   // Must be run after init_ft which initializes ft_enabled
  3599   if (TRACE_INITIALIZE() != JNI_OK) {
  3599   if (TRACE_INITIALIZE() != JNI_OK) {
  3600     vm_exit_during_initialization("Failed to initialize tracing backend");
  3600     vm_exit_during_initialization("Failed to initialize tracing backend");
  3601   }
  3601   }
  3602 
  3602 
       
  3603   // No more stub generation allowed after that point.
       
  3604   StubCodeDesc::freeze();
       
  3605 
  3603   // Set flag that basic initialization has completed. Used by exceptions and various
  3606   // Set flag that basic initialization has completed. Used by exceptions and various
  3604   // debug stuff, that does not work until all basic classes have been initialized.
  3607   // debug stuff, that does not work until all basic classes have been initialized.
  3605   set_init_completed();
  3608   set_init_completed();
  3606 
  3609 
  3607   LogConfiguration::post_initialize();
  3610   LogConfiguration::post_initialize();