comparison src/share/vm/graal/graalVMEntries.hpp @ 3011:f00918f35c7f

inlining and runtime interface related changes: added codeSize() and compilerStorage() to RiMethod HotSpotMethodResolved uses reflective methods instead of vmIds and survives compilations HotSpotResolvedType.isInitialized not represented as field (can change) inlining stores graphs into method objects and reuses them
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 16 Jun 2011 20:36:17 +0200
parents c23d45daff9b
children 148584b96a34
comparison
equal deleted inserted replaced
2993:3671e31615c9 3011:f00918f35c7f
24 #include "prims/jni.h" 24 #include "prims/jni.h"
25 25
26 extern JNINativeMethod VMEntries_methods[]; 26 extern JNINativeMethod VMEntries_methods[];
27 int VMEntries_methods_count(); 27 int VMEntries_methods_count();
28 28
29 methodOop getMethodFromHotSpotMethod(oop hotspotMethod);
30
31 oop getReflectedMethod(methodOop method, TRAPS);
32
29 // nothing here - no need to define the jni method implementations in a header file 33 // nothing here - no need to define the jni method implementations in a header file
30 34
31 35