diff src/share/vm/graal/graalCompiler.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 d577d07cedec
children 22d11b3bc561
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Thu Jun 16 12:09:54 2011 +0200
+++ b/src/share/vm/graal/graalCompiler.hpp	Thu Jun 16 20:36:17 2011 +0200
@@ -61,6 +61,7 @@
   static oop get_RiField(ciField *ciField, ciInstanceKlass* accessor_klass, KlassHandle accessor, Bytecodes::Code byteCode, TRAPS);
 
   static oop createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS);
+  static oop createHotSpotMethodResolved(methodHandle method, Handle name, TRAPS);
 
   void exit();