comparison src/share/vm/graal/graalCompiler.hpp @ 14012:1f34717ccafa

remove CompilerToVM.getInstanceFields
author twisti
date Mon, 24 Feb 2014 15:08:02 -0800
parents 606959535fd4
children 361acb279104
comparison
equal deleted inserted replaced
14011:134491e79cde 14012:1f34717ccafa
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 Handle get_JavaTypeFromSignature(Symbol* signature, KlassHandle accessor, TRAPS);
75 static Handle get_JavaType(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS); 75 static Handle get_JavaType(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS);
76 static Handle get_JavaField(int offset, int flags, Symbol* field_name, Handle field_holder, Handle field_type, TRAPS);
77 76
78 void exit(); 77 void exit();
79 78
80 static BasicType kindToBasicType(jchar ch); 79 static BasicType kindToBasicType(jchar ch);
81 80