comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotSpeculationLog.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 48c1ebd24120
children
comparison
equal deleted inserted replaced
21628:35da7c00e2fa 21629:36cf15e3219e
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.code.*;
26 import com.oracle.jvmci.meta.*; 25 import com.oracle.jvmci.meta.*;
27 26
28 public class HotSpotSpeculationLog extends SpeculationLog { 27 public class HotSpotSpeculationLog extends SpeculationLog {
29 28
30 @Override 29 @Override