diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Fri May 22 23:11:17 2015 +0200
+++ b/src/share/vm/graal/graalRuntime.hpp	Sun May 24 00:21:20 2015 +0200
@@ -231,10 +231,10 @@
   static jint check_arguments(TRAPS);
 
   /**
-   * Parses the Graal specific VM options that were presented by the launcher and sets
+   * Parses the JVMCI specific VM options that were presented by the launcher and sets
    * the relevants Java fields.
    */
-  static bool parse_arguments(KlassHandle hotSpotOptionsClass, TRAPS);
+  static void parse_arguments(KlassHandle hotSpotOptionsClass, TRAPS);
 
   static BasicType kindToBasicType(jchar ch);