--- old/src/share/vm/runtime/arguments.hpp 2016-02-11 23:07:50.348926739 -0800 +++ new/src/share/vm/runtime/arguments.hpp 2016-02-11 23:07:50.183911583 -0800 @@ -503,6 +503,11 @@ static inline bool gc_selected(); // whether a gc has been selected static void select_gc_ergonomically(); + // Check jvmci flag consistency +#if INCLUDE_JVMCI + static bool check_jvmci_flag_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