comparison src/share/vm/graal/graalCompiler.hpp @ 4441:4e3aaf14cbc6

fixed graal to hotspot
author Christian Haeubl <christian.haeubl@oracle.com>
date Mon, 23 Jan 2012 13:22:43 -0800
parents feb590a8497f
children 6e7c1fb1980f
comparison
equal deleted inserted replaced
4440:271220b49abc 4441:4e3aaf14cbc6
65 static Handle get_RiType(KlassHandle klass, TRAPS); 65 static Handle get_RiType(KlassHandle klass, TRAPS);
66 static Handle get_RiField(int offset, int flags, Symbol* field_name, Handle field_holder, Handle field_type, Bytecodes::Code byteCode, TRAPS); 66 static Handle get_RiField(int offset, int flags, Symbol* field_name, Handle field_holder, Handle field_type, Bytecodes::Code byteCode, TRAPS);
67 67
68 static Handle createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS); 68 static Handle createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS);
69 static Handle createHotSpotMethodResolved(methodHandle method, TRAPS); 69 static Handle createHotSpotMethodResolved(methodHandle method, TRAPS);
70 static Handle createHotSpotMethodData(methodDataHandle method_data, TRAPS);
70 71
71 void exit(); 72 void exit();
72 73
73 static BasicType kindToBasicType(jchar ch); 74 static BasicType kindToBasicType(jchar ch);
74 75