src/share/vm/ci/ciObjArrayKlass.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/ci/ciObjArrayKlass.hpp

src/share/vm/ci/ciObjArrayKlass.hpp

Print this page
rev 5240 : 8023657: New type profiling points: arguments to call
Summary: x86 interpreter and c1 type profiling for arguments at calls
Reviewed-by:

*** 71,78 **** --- 71,80 ---- // What kind of ciObject is this? bool is_obj_array_klass() const { return true; } static ciObjArrayKlass* make(ciKlass* element_klass); + + virtual ciKlass* exact_klass(); }; #endif // SHARE_VM_CI_CIOBJARRAYKLASS_HPP
src/share/vm/ci/ciObjArrayKlass.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File