comparison src/share/vm/graal/graalCompiler.hpp @ 14069:2f37b0e442fe

removed remaining VMToCompiler calls for allocating Graal API objects
author Doug Simon <doug.simon@oracle.com>
date Wed, 05 Mar 2014 19:07:29 +0100
parents 361acb279104
children dd783f0ecf17
comparison
equal deleted inserted replaced
14068:73f5ddd8414d 14069:2f37b0e442fe
69 oop dump_deopted_leaf_graphs(TRAPS); 69 oop dump_deopted_leaf_graphs(TRAPS);
70 70
71 // Print compilation timers and statistics 71 // Print compilation timers and statistics
72 virtual void print_timers(); 72 virtual void print_timers();
73 73
74 static Handle get_JavaTypeFromSignature(Symbol* signature, KlassHandle accessor, TRAPS); 74 static KlassHandle get_KlassFromSignature(Symbol* signature, KlassHandle loading_klass);
75 static Handle get_JavaType(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS); 75 static KlassHandle get_Klass(constantPoolHandle cp, int index, KlassHandle accessor, Symbol*& klass_name);
76 76
77 void exit(); 77 void exit();
78 78
79 static BasicType kindToBasicType(jchar ch); 79 static BasicType kindToBasicType(jchar ch);
80 80