diff src/share/vm/runtime/arguments.cpp @ 22615:e96c6a52aff2

made JVMCIRuntime::save_options a void function
author Doug Simon <doug.simon@oracle.com>
date Fri, 25 Sep 2015 08:58:37 +0200
parents d3930fdd1eb3
children a130b51efb07
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Thu Sep 24 20:51:57 2015 -0700
+++ b/src/share/vm/runtime/arguments.cpp	Fri Sep 25 08:58:37 2015 +0200
@@ -3570,10 +3570,7 @@
   scp_p->expand_endorsed();
 
 #if INCLUDE_JVMCI
-  jint res = JVMCIRuntime::save_options(_system_properties);
-  if (res != JNI_OK) {
-    return res;
-  }
+  JVMCIRuntime::save_options(_system_properties);
 
   if (!UseJVMCIClassLoader) {
     // Append lib/jvmci/*.jar to boot class path