diff graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/CompilerToVM.java @ 21558:d563baeca9df

changed uses of Graal terminology to JVMCI (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Wed, 27 May 2015 13:43:27 +0200
parents 48c1ebd24120
children
line wrap: on
line diff
--- a/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/CompilerToVM.java	Wed May 27 13:32:18 2015 +0200
+++ b/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/CompilerToVM.java	Wed May 27 13:43:27 2015 +0200
@@ -269,7 +269,7 @@
     void invalidateInstalledCode(InstalledCode hotspotInstalledCode);
 
     /**
-     * Collects the current values of all Graal benchmark counters, summed up over all threads.
+     * Collects the current values of all JVMCI benchmark counters, summed up over all threads.
      */
     long[] collectCounters();