--- old/src/share/vm/runtime/arguments.hpp 2016-02-16 03:54:16.581404674 -0800 +++ new/src/share/vm/runtime/arguments.hpp 2016-02-16 03:54:16.450392640 -0800 @@ -506,6 +506,11 @@ 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