src/hotspot/os/bsd/os_bsd.cpp
changeset 48005 9fd89aabb6cd
parent 47903 7f22774a5f42
child 48153 cfa2c43e58c2
equal deleted inserted replaced
48003:e1ec73e3325e 48005:9fd89aabb6cd
  3358   }
  3358   }
  3359   init_page_sizes((size_t) Bsd::page_size());
  3359   init_page_sizes((size_t) Bsd::page_size());
  3360 
  3360 
  3361   Bsd::initialize_system_info();
  3361   Bsd::initialize_system_info();
  3362 
  3362 
  3363   // main_thread points to the aboriginal thread
  3363   // _main_thread points to the thread that created/loaded the JVM.
  3364   Bsd::_main_thread = pthread_self();
  3364   Bsd::_main_thread = pthread_self();
  3365 
  3365 
  3366   Bsd::clock_init();
  3366   Bsd::clock_init();
  3367   initial_time_count = javaTimeNanos();
  3367   initial_time_count = javaTimeNanos();
  3368 
  3368