8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler

Reviewed-by: dnsimon, vlivanov
This commit is contained in:
Christian Thalinger 2016-03-10 13:04:43 -08:00
parent 54ca53c593
commit 9ecc7cc928
6 changed files with 27 additions and 186 deletions

View file

@ -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