hotspot/src/share/vm/runtime/thread.cpp
changeset 46458 3c12af929e7d
parent 46388 d7a164ad6b7f
parent 44993 f61bcd80ec1f
child 46474 c872a196b75f
equal deleted inserted replaced
46457:641e73c3832a 46458:3c12af929e7d
  3402 //     enable the startup code to use lambda and other language features in this
  3402 //     enable the startup code to use lambda and other language features in this
  3403 //     phase and onward.
  3403 //     phase and onward.
  3404 //
  3404 //
  3405 //     After phase 2, The VM will begin search classes from -Xbootclasspath/a.
  3405 //     After phase 2, The VM will begin search classes from -Xbootclasspath/a.
  3406 static void call_initPhase2(TRAPS) {
  3406 static void call_initPhase2(TRAPS) {
  3407   TraceTime timer("Phase2 initialization", TRACETIME_LOG(Info, modules, startuptime));
  3407   TraceTime timer("Phase2 initialization", TRACETIME_LOG(Info, module, startuptime));
  3408 
  3408 
  3409   Klass* klass = SystemDictionary::resolve_or_fail(vmSymbols::java_lang_System(), true, CHECK);
  3409   Klass* klass = SystemDictionary::resolve_or_fail(vmSymbols::java_lang_System(), true, CHECK);
  3410 
  3410 
  3411   JavaValue result(T_INT);
  3411   JavaValue result(T_INT);
  3412   JavaCallArguments args;
  3412   JavaCallArguments args;