comparison graal/com.oracle.jvmci.code/src/com/oracle/jvmci/code/package-info.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
21 * questions. 21 * questions.
22 */ 22 */
23 /** 23 /**
24 * Package that defines the interface between a Java application that wants to install code and the runtime. 24 * Package that defines the interface between a Java application that wants to install code and the runtime.
25 * The runtime provides in implementation of the {@link com.oracle.jvmci.code.CodeCacheProvider} interface. 25 * The runtime provides in implementation of the {@link com.oracle.jvmci.code.CodeCacheProvider} interface.
26 * The method {@link com.oracle.jvmci.code.CodeCacheProvider#addMethod(com.oracle.jvmci.meta.ResolvedJavaMethod, CompilationResult, SpeculationLog, InstalledCode)} 26 * The method {@link com.oracle.jvmci.code.CodeCacheProvider#addMethod(com.oracle.jvmci.meta.ResolvedJavaMethod, CompilationResult, com.oracle.jvmci.meta.SpeculationLog, InstalledCode)}
27 * can be used to install code for a given method. 27 * can be used to install code for a given method.
28 */ 28 */
29 package com.oracle.jvmci.code; 29 package com.oracle.jvmci.code;
30 30