mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8184281: -Xlog:startuptime does not include call to initPhase2
Remove "+module" and improve message Reviewed-by: alanb, gtriantafill
This commit is contained in:
parent
b84db08380
commit
30580af958
2 changed files with 2 additions and 21 deletions
|
@ -3412,7 +3412,7 @@ 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, module, startuptime));
|
||||
TraceTime timer("Initialize module system", TRACETIME_LOG(Info, startuptime));
|
||||
|
||||
Klass* klass = SystemDictionary::resolve_or_fail(vmSymbols::java_lang_System(), true, CHECK);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue