comparison src/share/vm/jvmci/jvmciRuntime.hpp @ 21605:7a7cf422160b

replaced OptionsParsed with DebugInitializationPropertyProvider
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 17:23:14 +0200
parents 93f282187d90
children 431b127fc0d1
comparison
equal deleted inserted replaced
21604:93f282187d90 21605:7a7cf422160b
66 * line in this file must have the format of a JVMCI command line option without the 66 * line in this file must have the format of a JVMCI command line option without the
67 * leading "-G:" prefix. These option values are set prior to processing of any JVMCI 67 * leading "-G:" prefix. These option values are set prior to processing of any JVMCI
68 * options present on the command line. 68 * options present on the command line.
69 */ 69 */
70 static void parse_jvmci_options_file(OptionsValueTable* options); 70 static void parse_jvmci_options_file(OptionsValueTable* options);
71
72 /**
73 * Called after all options have been set to notify OptionsParsed providers.
74 */
75 static void notify_options_set(TRAPS);
76 71
77 static void print_flags_helper(TRAPS); 72 static void print_flags_helper(TRAPS);
78 73
79 /** 74 /**
80 * Instantiates a service object, calls its default constructor and returns it. 75 * Instantiates a service object, calls its default constructor and returns it.