mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8236075: Minor bootstrap improvements
Reviewed-by: mchung, alanb
This commit is contained in:
parent
3cf8b34d54
commit
c639682887
10 changed files with 208 additions and 145 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -2043,8 +2043,6 @@ public final class System {
|
|||
// register shared secrets
|
||||
setJavaLangAccess();
|
||||
|
||||
ClassLoader.initLibraryPaths();
|
||||
|
||||
// Subsystems that are invoked during initialization can invoke
|
||||
// VM.isBooted() in order to avoid doing things that should
|
||||
// wait until the VM is fully initialized. The initialization level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue