hotspot/src/share/vm/runtime/arguments_ext.hpp
changeset 28838 da47c3cc5c98
parent 27892 06a143c836ad
child 29696 01571dfab5be
--- a/hotspot/src/share/vm/runtime/arguments_ext.hpp	Wed Feb 04 10:18:28 2015 -0500
+++ b/hotspot/src/share/vm/runtime/arguments_ext.hpp	Wed Feb 04 13:14:27 2015 -0500
@@ -37,6 +37,7 @@
   // no additional parsing needed in Arguments::parse() for the option.
   // Otherwise returns false.
   static inline bool process_options(const JavaVMOption *option) { return false; }
+  static inline void report_unsupported_options() { }
 };
 
 void ArgumentsExt::select_gc_ergonomically() {