comparison src/share/vm/runtime/arguments.cpp @ 22602:d3930fdd1eb3

renamed JVMCIRuntime::parse_properties to JVMCIRuntime::init_system_properties
author Doug Simon <doug.simon@oracle.com>
date Tue, 22 Sep 2015 22:35:02 +0200
parents bc2d4dac0cd3
children e96c6a52aff2
comparison
equal deleted inserted replaced
22601:bc2d4dac0cd3 22602:d3930fdd1eb3
212 212
213 // Set OS specific system properties values 213 // Set OS specific system properties values
214 os::init_system_properties_values(); 214 os::init_system_properties_values();
215 215
216 #if INCLUDE_JVMCI 216 #if INCLUDE_JVMCI
217 JVMCIRuntime::parse_properties(&_system_properties); 217 JVMCIRuntime::init_system_properties(&_system_properties);
218 #endif 218 #endif
219 } 219 }
220 220
221 221
222 // Update/Initialize System properties after JDK version number is known 222 // Update/Initialize System properties after JDK version number is known