This commit is contained in:
Coleen Phillimore 2016-06-19 20:14:37 -04:00
commit 39b4f0d53e
108 changed files with 541 additions and 137 deletions

View file

@ -3403,6 +3403,8 @@ static void call_initPhase1(TRAPS) {
//
// After phase 2, The VM will begin search classes from -Xbootclasspath/a.
static void call_initPhase2(TRAPS) {
TraceTime timer("Phase2 initialization", TRACETIME_LOG(Info, modules, startuptime));
Klass* k = SystemDictionary::resolve_or_fail(vmSymbols::java_lang_System(), true, CHECK);
instanceKlassHandle klass (THREAD, k);