comparison src/share/vm/graal/graalCompiler.hpp @ 5554:70f715dfbb41

Bring Java renamings and restructurings to the C++ part.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 10 Jun 2012 01:17:48 +0200
parents 51111665eda6
children 120820e30baa
comparison
equal deleted inserted replaced
5553:511612d1b5c1 5554:70f715dfbb41
65 oop dump_deopted_leaf_graphs(TRAPS); 65 oop dump_deopted_leaf_graphs(TRAPS);
66 66
67 // Print compilation timers and statistics 67 // Print compilation timers and statistics
68 virtual void print_timers(); 68 virtual void print_timers();
69 69
70 static Handle get_RiTypeFromSignature(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS); 70 static Handle get_JavaTypeFromSignature(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS);
71 static Handle get_RiType(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS); 71 static Handle get_JavaType(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS);
72 static Handle get_RiType(Symbol* klass_name, TRAPS); 72 static Handle get_JavaType(Symbol* klass_name, TRAPS);
73 static Handle get_RiType(KlassHandle klass, TRAPS); 73 static Handle get_JavaType(KlassHandle klass, TRAPS);
74 static Handle get_RiField(int offset, int flags, Symbol* field_name, Handle field_holder, Handle field_type, Bytecodes::Code byteCode, TRAPS); 74 static Handle get_JavaField(int offset, int flags, Symbol* field_name, Handle field_holder, Handle field_type, Bytecodes::Code byteCode, TRAPS);
75 75
76 static Handle createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS); 76 static Handle createHotSpotResolvedJavaType(KlassHandle klass, Handle name, TRAPS);
77 static Handle createHotSpotMethodResolved(methodHandle method, TRAPS); 77 static Handle createHotSpotResolvedJavaMethod(methodHandle method, TRAPS);
78 static Handle createHotSpotMethodData(methodDataHandle method_data, TRAPS); 78 static Handle createHotSpotMethodData(methodDataHandle method_data, TRAPS);
79 79
80 void exit(); 80 void exit();
81 81
82 static BasicType kindToBasicType(jchar ch); 82 static BasicType kindToBasicType(jchar ch);