comparison graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotResolvedJavaMethod.java @ 9338:0266549ff6e0

added support from compiled stubs to be installed as RuntimeStubs and to be able to directly call C/C++ runtime functions (GRAAL-81) replaced NewArraySlowStubCall with NewArrayRuntimeCall using this support
author Doug Simon <doug.simon@oracle.com>
date Fri, 26 Apr 2013 18:36:41 +0200
parents 261a43921c5e
children ee8cd087a731
comparison
equal deleted inserted replaced
9337:e1200d5141fa 9338:0266549ff6e0
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.graal.hotspot.meta; 23 package com.oracle.graal.hotspot.meta;
24 24
25 import static com.oracle.graal.api.meta.MetaUtil.*; 25 import static com.oracle.graal.api.meta.MetaUtil.*;
26 import static com.oracle.graal.graph.FieldIntrospection.*; 26 import static com.oracle.graal.graph.UnsafeAccess.*;
27 import static com.oracle.graal.hotspot.HotSpotGraalRuntime.*; 27 import static com.oracle.graal.hotspot.HotSpotGraalRuntime.*;
28 28
29 import java.lang.annotation.*; 29 import java.lang.annotation.*;
30 import java.lang.reflect.*; 30 import java.lang.reflect.*;
31 import java.util.*; 31 import java.util.*;