diff src/share/vm/jvmci/jvmciRuntime.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 c42b12eb270a
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciRuntime.cpp	Tue Sep 22 22:29:28 2015 +0200
+++ b/src/share/vm/jvmci/jvmciRuntime.cpp	Tue Sep 22 22:35:02 2015 +0200
@@ -903,7 +903,7 @@
   }
 };
 
-void JVMCIRuntime::parse_properties(SystemProperty** plist) {
+void JVMCIRuntime::init_system_properties(SystemProperty** plist) {
   char jvmciDir[JVM_MAXPATHLEN];
   const char* fileSep = os::file_separator();
   jio_snprintf(jvmciDir, sizeof(jvmciDir), "%s%slib%sjvmci",