comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/CompilerToVMImpl.java @ 21629:36cf15e3219e

Move HotSpotResolvedJavaMethod.getSpeculationLog to ResolvedJavaMethod
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Mon, 01 Jun 2015 15:14:39 +0200
parents d563baeca9df
children
comparison
equal deleted inserted replaced
21628:35da7c00e2fa 21629:36cf15e3219e
24 package com.oracle.jvmci.hotspot; 24 package com.oracle.jvmci.hotspot;
25 25
26 import static com.oracle.jvmci.hotspot.InitTimer.*; 26 import static com.oracle.jvmci.hotspot.InitTimer.*;
27 27
28 import com.oracle.jvmci.code.*; 28 import com.oracle.jvmci.code.*;
29 import com.oracle.jvmci.meta.*;
29 30
30 /** 31 /**
31 * Entries into the HotSpot VM from Java code. 32 * Entries into the HotSpot VM from Java code.
32 */ 33 */
33 public class CompilerToVMImpl implements CompilerToVM { 34 public class CompilerToVMImpl implements CompilerToVM {