--- old/src/share/vm/runtime/commandLineFlagRangeList.hpp 2015-08-07 10:29:25.000000000 -0500 +++ new/src/share/vm/runtime/commandLineFlagRangeList.hpp 2015-08-07 10:29:25.000000000 -0500 @@ -38,6 +38,11 @@ * then we need to use constraint instead. */ +class CommandLineError : public AllStatic { +public: + static void print(bool verbose, const char* msg, ...); +}; + class CommandLineFlagRange : public CHeapObj { private: const char* _name;