comparison 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
comparison
equal deleted inserted replaced
2993:3671e31615c9 3011:f00918f35c7f
59 59
60 static oop get_RiType(ciType *klass, KlassHandle accessor, TRAPS); 60 static oop get_RiType(ciType *klass, KlassHandle accessor, TRAPS);
61 static oop get_RiField(ciField *ciField, ciInstanceKlass* accessor_klass, KlassHandle accessor, Bytecodes::Code byteCode, TRAPS); 61 static oop get_RiField(ciField *ciField, ciInstanceKlass* accessor_klass, KlassHandle accessor, Bytecodes::Code byteCode, TRAPS);
62 62
63 static oop createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS); 63 static oop createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS);
64 static oop createHotSpotMethodResolved(methodHandle method, Handle name, TRAPS);
64 65
65 void exit(); 66 void exit();
66 67
67 static BasicType kindToBasicType(jchar ch); 68 static BasicType kindToBasicType(jchar ch);
68 69