comparison 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
comparison
equal deleted inserted replaced
21557:31fc2fce38f3 21558:d563baeca9df
267 void reprofile(long metaspaceMethod); 267 void reprofile(long metaspaceMethod);
268 268
269 void invalidateInstalledCode(InstalledCode hotspotInstalledCode); 269 void invalidateInstalledCode(InstalledCode hotspotInstalledCode);
270 270
271 /** 271 /**
272 * Collects the current values of all Graal benchmark counters, summed up over all threads. 272 * Collects the current values of all JVMCI benchmark counters, summed up over all threads.
273 */ 273 */
274 long[] collectCounters(); 274 long[] collectCounters();
275 275
276 boolean isMature(long metaspaceMethodData); 276 boolean isMature(long metaspaceMethodData);
277 277