diff src/share/vm/jvmci/jvmciRuntime.hpp @ 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 939d5da65929
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciRuntime.hpp	Thu Sep 24 20:51:57 2015 -0700
+++ b/src/share/vm/jvmci/jvmciRuntime.hpp	Fri Sep 25 08:58:37 2015 +0200
@@ -92,9 +92,8 @@
    * when JVMCI is initialized.
    *
    * @param props the head of the system property list
-   * @return JNI_ERR if a JVMCI option has a zero length value, JNI_OK otherwise
    */
-  static jint save_options(SystemProperty* props);
+  static void save_options(SystemProperty* props);
 
   /**
    * Ensures that the JVMCI class loader is initialized and the well known JVMCI classes are loaded.