diff src/share/vm/graal/graalVMExits.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 b78b4ae0757c
children 3822c5969a8b
line wrap: on
line diff
--- a/src/share/vm/graal/graalVMExits.hpp	Thu Jun 16 12:09:54 2011 +0200
+++ b/src/share/vm/graal/graalVMExits.hpp	Thu Jun 16 20:36:17 2011 +0200
@@ -51,7 +51,7 @@
   static void setDefaultOptions();
 
   // public abstract void compileMethod(long vmId, String name, int entry_bci);
-  static void compileMethod(jlong vmId, Handle name, int entry_bci);
+  static void compileMethod(Handle hotspot_method, int entry_bci);
 
   // public abstract void shutdownCompiler();
   static void shutdownCompiler();