comparison src/share/vm/graal/graalRuntime.hpp @ 21473:923c37b10fb4

compute compiled bytecodes using method inlining recording instead of a DebugMetric remove complex initialization of DebugMetrics and DebugTimers to implement -XX:+CITime and -XX:+CITimeEach
author Doug Simon <doug.simon@oracle.com>
date Sun, 24 May 2015 00:21:20 +0200
parents 7366593c0610
children fad971028755 07b088d61d5d
comparison
equal deleted inserted replaced
21472:c190ed6b84bf 21473:923c37b10fb4
229 * if there is an errors in the Graal options. 229 * if there is an errors in the Graal options.
230 */ 230 */
231 static jint check_arguments(TRAPS); 231 static jint check_arguments(TRAPS);
232 232
233 /** 233 /**
234 * Parses the Graal specific VM options that were presented by the launcher and sets 234 * Parses the JVMCI specific VM options that were presented by the launcher and sets
235 * the relevants Java fields. 235 * the relevants Java fields.
236 */ 236 */
237 static bool parse_arguments(KlassHandle hotSpotOptionsClass, TRAPS); 237 static void parse_arguments(KlassHandle hotSpotOptionsClass, TRAPS);
238 238
239 static BasicType kindToBasicType(jchar ch); 239 static BasicType kindToBasicType(jchar ch);
240 240
241 // The following routines are all called from compiled Graal code 241 // The following routines are all called from compiled Graal code
242 242