comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/InitTimer.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 b1530a6cce8c
children
comparison
equal deleted inserted replaced
21557:31fc2fce38f3 21558:d563baeca9df
26 26
27 import edu.umd.cs.findbugs.annotations.*; 27 import edu.umd.cs.findbugs.annotations.*;
28 28
29 /** 29 /**
30 * A facility for timing a step in the runtime initialization sequence. This exists separate from 30 * A facility for timing a step in the runtime initialization sequence. This exists separate from
31 * {@link DebugTimer} as it must be independent from all other Graal code so as to not perturb the 31 * {@link DebugTimer} as it must be independent from all other JVMCI code so as to not perturb the
32 * initialization sequence. 32 * initialization sequence.
33 */ 33 */
34 public final class InitTimer implements AutoCloseable { 34 public final class InitTimer implements AutoCloseable {
35 final String name; 35 final String name;
36 final long start; 36 final long start;