init.cpp 5.3 KB
Newer Older
D
duke 已提交
1
/*
2
 * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
D
duke 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * This code is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 only, as
 * published by the Free Software Foundation.
 *
 * This code is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 * version 2 for more details (a copy is included in the LICENSE file that
 * accompanied this code).
 *
 * You should have received a copy of the GNU General Public License version
 * 2 along with this work; if not, write to the Free Software Foundation,
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 *
19 20 21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 * or visit www.oracle.com if you need additional information or have any
 * questions.
D
duke 已提交
22 23 24
 *
 */

25
#include "precompiled.hpp"
26
#include "classfile/symbolTable.hpp"
27 28 29 30 31 32 33 34 35 36
#include "code/icBuffer.hpp"
#include "gc_interface/collectedHeap.hpp"
#include "interpreter/bytecodes.hpp"
#include "memory/universe.hpp"
#include "prims/methodHandles.hpp"
#include "runtime/handles.inline.hpp"
#include "runtime/icache.hpp"
#include "runtime/init.hpp"
#include "runtime/safepoint.hpp"
#include "runtime/sharedRuntime.hpp"
37
#include "services/memTracker.hpp"
38
#include "utilities/macros.hpp"
D
duke 已提交
39

40

D
duke 已提交
41 42 43 44 45 46 47 48 49 50 51 52 53
// Initialization done by VM thread in vm_init_globals()
void check_ThreadShadow();
void eventlog_init();
void mutex_init();
void chunkpool_init();
void perfMemory_init();

// Initialization done by Java thread in init_globals()
void management_init();
void bytecodes_init();
void classLoader_init();
void codeCache_init();
void VM_Version_init();
54
void os_init_globals();        // depends on VM_Version_init, before universe_init
D
duke 已提交
55
void stubRoutines_init1();
56 57 58
jint universe_init();          // depends on codeCache_init and stubRoutines_init
void interpreter_init();       // before any methods loaded
void invocationCounter_init(); // before any methods loaded
D
duke 已提交
59 60 61 62
void marksweep_init();
void accessFlags_init();
void templateTable_init();
void InterfaceSupport_init();
63
void universe2_init();  // dependent on codeCache_init and stubRoutines_init, loads primordial classes
D
duke 已提交
64 65 66 67 68 69 70 71
void referenceProcessor_init();
void jni_handles_init();
void vmStructs_init();

void vtableStubs_init();
void InlineCacheBuffer_init();
void compilerOracle_init();
void compilationPolicy_init();
72
void compileBroker_init();
D
duke 已提交
73 74 75 76 77 78 79 80 81 82 83 84 85 86

// Initialization after compiler initialization
bool universe_post_init();  // must happen after compiler_init
void javaClasses_init();  // must happen after vtable initialization
void stubRoutines_init2(); // note: StubRoutines need 2-phase init

// Do not disable thread-local-storage, as it is important for some
// JNI/JVM/JVMTI functions and signal handlers to work properly
// during VM shutdown
void perfMemory_exit();
void ostream_exit();

void vm_init_globals() {
  check_ThreadShadow();
87
  basic_types_init();
D
duke 已提交
88 89 90 91 92 93 94 95 96 97 98 99 100 101
  eventlog_init();
  mutex_init();
  chunkpool_init();
  perfMemory_init();
}


jint init_globals() {
  HandleMark hm;
  management_init();
  bytecodes_init();
  classLoader_init();
  codeCache_init();
  VM_Version_init();
102
  os_init_globals();
D
duke 已提交
103
  stubRoutines_init1();
104
  jint status = universe_init();  // dependent on codeCache_init and
105
                                  // stubRoutines_init1 and metaspace_init.
D
duke 已提交
106 107 108 109 110 111 112 113 114 115
  if (status != JNI_OK)
    return status;

  interpreter_init();  // before any methods loaded
  invocationCounter_init();  // before any methods loaded
  marksweep_init();
  accessFlags_init();
  templateTable_init();
  InterfaceSupport_init();
  SharedRuntime::generate_stubs();
116
  universe2_init();  // dependent on codeCache_init and stubRoutines_init1
D
duke 已提交
117 118
  referenceProcessor_init();
  jni_handles_init();
119
#if INCLUDE_VM_STRUCTS
D
duke 已提交
120
  vmStructs_init();
121
#endif // INCLUDE_VM_STRUCTS
D
duke 已提交
122 123 124 125 126

  vtableStubs_init();
  InlineCacheBuffer_init();
  compilerOracle_init();
  compilationPolicy_init();
127
  compileBroker_init();
D
duke 已提交
128 129 130 131 132
  VMRegImpl::set_regName();

  if (!universe_post_init()) {
    return JNI_ERR;
  }
133
  javaClasses_init();   // must happen after vtable initialization
D
duke 已提交
134 135
  stubRoutines_init2(); // note: StubRoutines need 2-phase init

136 137 138 139 140 141
#if INCLUDE_NMT
  // Solaris stack is walkable only after stubRoutines are set up.
  // On Other platforms, the stack is always walkable.
  NMT_stack_walkable = true;
#endif // INCLUDE_NMT

142 143 144
  // All the flags that get adjusted by VM_Version_init and os::init_2
  // have been set so dump the flags now.
  if (PrintFlagsFinal) {
F
fparain 已提交
145
    CommandLineFlags::printFlags(tty, false);
146 147
  }

D
duke 已提交
148 149 150 151 152 153 154 155 156 157 158 159 160
  return JNI_OK;
}


void exit_globals() {
  static bool destructorsCalled = false;
  if (!destructorsCalled) {
    destructorsCalled = true;
    perfMemory_exit();
    if (PrintSafepointStatistics) {
      // Print the collected safepoint statistics.
      SafepointSynchronize::print_stat_on_exit();
    }
161 162 163 164
    if (PrintStringTableStatistics) {
      SymbolTable::dump(tty);
      StringTable::dump(tty);
    }
D
duke 已提交
165 166 167 168 169 170 171 172 173 174 175 176 177
    ostream_exit();
  }
}


static bool _init_completed = false;

bool is_init_completed() {
  return _init_completed;
}


void set_init_completed() {
178
  assert(Universe::is_fully_initialized(), "Should have completed initialization");
D
duke 已提交
179 180
  _init_completed = true;
}