src/hotspot/share/runtime/arguments_ext.hpp
changeset 48138 78b2ecdd3c4b
parent 47216 71c04702a3d5
child 49339 e651c3ea6ea8
equal deleted inserted replaced
48137:0afc5f9eafef 48138:78b2ecdd3c4b
    34   // The argument processing extension. Returns true if there is
    34   // The argument processing extension. Returns true if there is
    35   // no additional parsing needed in Arguments::parse() for the option.
    35   // no additional parsing needed in Arguments::parse() for the option.
    36   // Otherwise returns false.
    36   // Otherwise returns false.
    37   static inline bool process_options(const JavaVMOption *option) { return false; }
    37   static inline bool process_options(const JavaVMOption *option) { return false; }
    38   static inline void report_unsupported_options() { }
    38   static inline void report_unsupported_options() { }
    39   static inline bool using_AppCDS() { return false; }
       
    40 };
    39 };
    41 
    40 
    42 void ArgumentsExt::set_gc_specific_flags() {
    41 void ArgumentsExt::set_gc_specific_flags() {
    43   Arguments::set_gc_specific_flags();
    42   Arguments::set_gc_specific_flags();
    44 }
    43 }