diff src/share/vm/graal/graalVMToCompiler.hpp @ 9913:35f93560b1f0

ensure that <clinit> for HotSpotOptions is called irrespective of whether and -G: options are specified
author Doug Simon <doug.simon@oracle.com>
date Thu, 06 Jun 2013 17:27:07 +0200
parents 2dc020b33a6e
children a323a9e20f9d
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMToCompiler.hpp	Thu Jun 06 15:35:52 2013 +0200
+++ b/src/share/vm/graal/graalVMToCompiler.hpp	Thu Jun 06 17:27:07 2013 +0200
@@ -50,6 +50,9 @@
     return _graalRuntimePermObject;
   }
 
+  // public static boolean HotSpotOptions.<clinit>();
+  static void initOptions();
+
   // public static boolean HotSpotOptions.setOption(String option);
   static jboolean setOption(Handle option);