hotspot/src/share/vm/runtime/arguments_ext.hpp
changeset 28838 da47c3cc5c98
parent 27892 06a143c836ad
child 29696 01571dfab5be
equal deleted inserted replaced
28837:fda2ab610119 28838:da47c3cc5c98
    35   static inline bool check_gc_consistency_ergo();
    35   static inline bool check_gc_consistency_ergo();
    36   // The argument processing extension. Returns true if there is
    36   // The argument processing extension. Returns true if there is
    37   // no additional parsing needed in Arguments::parse() for the option.
    37   // no additional parsing needed in Arguments::parse() for the option.
    38   // Otherwise returns false.
    38   // Otherwise returns false.
    39   static inline bool process_options(const JavaVMOption *option) { return false; }
    39   static inline bool process_options(const JavaVMOption *option) { return false; }
       
    40   static inline void report_unsupported_options() { }
    40 };
    41 };
    41 
    42 
    42 void ArgumentsExt::select_gc_ergonomically() {
    43 void ArgumentsExt::select_gc_ergonomically() {
    43   Arguments::select_gc_ergonomically();
    44   Arguments::select_gc_ergonomically();
    44 }
    45 }