comparison src/share/vm/ci/ciObjArrayKlass.hpp @ 12875:d13d7aba8c12

8023657: New type profiling points: arguments to call Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
author roland
date Wed, 09 Oct 2013 16:32:21 +0200
parents d8ce2825b193
children de6a9e811145
comparison
equal deleted inserted replaced
12874:46ef27bcacb3 12875:d13d7aba8c12
71 71
72 // What kind of ciObject is this? 72 // What kind of ciObject is this?
73 bool is_obj_array_klass() const { return true; } 73 bool is_obj_array_klass() const { return true; }
74 74
75 static ciObjArrayKlass* make(ciKlass* element_klass); 75 static ciObjArrayKlass* make(ciKlass* element_klass);
76
77 virtual ciKlass* exact_klass();
76 }; 78 };
77 79
78 #endif // SHARE_VM_CI_CIOBJARRAYKLASS_HPP 80 #endif // SHARE_VM_CI_CIOBJARRAYKLASS_HPP