equal
deleted
inserted
replaced
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 } |