diff src/share/vm/runtime/arguments.cpp @ 22501:d113a94d4fdd

Call JVMCIRuntime::parse_properties in Threads::create_vm
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 31 Aug 2015 18:17:07 +0200
parents d70fa3eef37d
children 8750eddf726f
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Mon Aug 31 17:37:55 2015 +0200
+++ b/src/share/vm/runtime/arguments.cpp	Mon Aug 31 18:17:07 2015 +0200
@@ -212,10 +212,6 @@
 
   // Set OS specific system properties values
   os::init_system_properties_values();
-
-#if INCLUDE_JVMCI
-  JVMCIRuntime::parse_properties(&_system_properties);
-#endif
 }