mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
Reviewed-by: dnsimon, vlivanov
This commit is contained in:
parent
54ca53c593
commit
9ecc7cc928
6 changed files with 27 additions and 186 deletions
|
@ -221,8 +221,6 @@ void Arguments::init_system_properties() {
|
|||
|
||||
// Set OS specific system properties values
|
||||
os::init_system_properties_values();
|
||||
|
||||
JVMCI_ONLY(JVMCIRuntime::init_system_properties(&_system_properties);)
|
||||
}
|
||||
|
||||
// Update/Initialize System properties after JDK version number is known
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue