hotspot/src/share/vm/runtime/arguments.hpp
changeset 36313 e7eff81d7f1d
parent 35872 7fb1e4de83ff
child 37094 c12f414936a1
child 36508 5f9eee6b383b
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Tue Feb 23 10:22:56 2016 +0000
+++ b/hotspot/src/share/vm/runtime/arguments.hpp	Mon Feb 22 23:37:29 2016 -0800
@@ -505,7 +505,10 @@
   static void set_gc_specific_flags();
   static inline bool gc_selected(); // whether a gc has been selected
   static void select_gc_ergonomically();
-
+#if INCLUDE_JVMCI
+  // Check consistency of jvmci vm argument settings.
+  static bool check_jvmci_args_consistency();
+#endif
   // Check for consistency in the selection of the garbage collector.
   static bool check_gc_consistency();        // Check user-selected gc
   // Check consistency or otherwise of VM argument settings