comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/InitTimer.java @ 21554:b1530a6cce8c

renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Tue, 26 May 2015 23:21:15 +0200
parents 9579a3c62a9e
children d563baeca9df
comparison
equal deleted inserted replaced
21553:0910a9497b02 21554:b1530a6cce8c
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.jvmci.hotspot; 23 package com.oracle.jvmci.hotspot;
24 24
25 import com.oracle.graal.debug.*; 25 import com.oracle.jvmci.debug.*;
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