comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotVMEventListener.java @ 21604:93f282187d90

moved JVMCI service API into separate com.oracle.jvmci.service module (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 17:01:57 +0200
parents 5324104ac4f3
children 4c146c9367b6
comparison
equal deleted inserted replaced
21603:4437f0da4b26 21604:93f282187d90
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.jvmci.runtime.*; 25 import com.oracle.jvmci.service.*;
26 26
27 public interface HotSpotVMEventListener extends Service { 27 public interface HotSpotVMEventListener extends Service {
28 28
29 /** 29 /**
30 * Notifies this client that HotSpot is running in CompileTheWorld mode and the JVMCI compiler 30 * Notifies this client that HotSpot is running in CompileTheWorld mode and the JVMCI compiler