Example #1
0
void vm_init_globals() {
  check_ThreadShadow();
  basic_types_init();
  eventlog_init();
  mutex_init();
  chunkpool_init();
  perfMemory_init();
}
Example #2
0
void vm_init_globals() {
  check_ThreadShadow();
  basic_types_init();
  eventlog_init();
  mutex_init();
  chunkpool_init();
  perfMemory_init();
  if (GCTimers) {
    tty->print_cr("vm start: "INT64_FORMAT_W(13), os::javaTimeMillis());
  }
}