hotspot/src/share/vm/runtime/thread.cpp
changeset 46658 72c739e058d4
parent 46644 a5813fb66270
child 46701 f559541c0daa
equal deleted inserted replaced
46651:a0aef4e7599b 46658:72c739e058d4
  3410 //     enable the startup code to use lambda and other language features in this
  3410 //     enable the startup code to use lambda and other language features in this
  3411 //     phase and onward.
  3411 //     phase and onward.
  3412 //
  3412 //
  3413 //     After phase 2, The VM will begin search classes from -Xbootclasspath/a.
  3413 //     After phase 2, The VM will begin search classes from -Xbootclasspath/a.
  3414 static void call_initPhase2(TRAPS) {
  3414 static void call_initPhase2(TRAPS) {
  3415   TraceTime timer("Phase2 initialization", TRACETIME_LOG(Info, module, startuptime));
  3415   TraceTime timer("Initialize module system", TRACETIME_LOG(Info, startuptime));
  3416 
  3416 
  3417   Klass* klass = SystemDictionary::resolve_or_fail(vmSymbols::java_lang_System(), true, CHECK);
  3417   Klass* klass = SystemDictionary::resolve_or_fail(vmSymbols::java_lang_System(), true, CHECK);
  3418 
  3418 
  3419   JavaValue result(T_INT);
  3419   JavaValue result(T_INT);
  3420   JavaCallArguments args;
  3420   JavaCallArguments args;