diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMEntries.hpp	Thu Jun 16 12:09:54 2011 +0200
+++ b/src/share/vm/graal/graalVMEntries.hpp	Thu Jun 16 20:36:17 2011 +0200
@@ -26,6 +26,10 @@
 extern JNINativeMethod VMEntries_methods[];
 int VMEntries_methods_count();
 
+methodOop getMethodFromHotSpotMethod(oop hotspotMethod);
+
+oop getReflectedMethod(methodOop method, TRAPS);
+
 // nothing here - no need to define the jni method implementations in a header file