comparison src/share/vm/c1x/c1x_Compiler.hpp @ 1461:944071972cd9

Small fix.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Sat, 13 Nov 2010 19:58:27 +0100
parents 9b22e3e5df8e
children 48bbaead8b6c
comparison
equal deleted inserted replaced
1460:1ffaf7819f91 1461:944071972cd9
55 55
56 // Print compilation timers and statistics 56 // Print compilation timers and statistics
57 virtual void print_timers(); 57 virtual void print_timers();
58 58
59 static oop get_RiType(ciType *klass, KlassHandle accessor, TRAPS); 59 static oop get_RiType(ciType *klass, KlassHandle accessor, TRAPS);
60 static oop get_RiField(ciField *ciField, KlassHandle accessor, Bytecodes::Code byteCode, TRAPS); 60 static oop get_RiField(ciField *ciField, ciInstanceKlass* accessor_klass, KlassHandle accessor, Bytecodes::Code byteCode, TRAPS);
61 61
62 static oop createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS); 62 static oop createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS);
63 63
64 static BasicType kindToBasicType(jchar ch); 64 static BasicType kindToBasicType(jchar ch);
65 }; 65 };