comparison src/share/vm/ci/ciTypeArrayKlass.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
55 // What kind of ciObject is this? 55 // What kind of ciObject is this?
56 bool is_type_array_klass() const { return true; } 56 bool is_type_array_klass() const { return true; }
57 57
58 // Make an array klass corresponding to the specified primitive type. 58 // Make an array klass corresponding to the specified primitive type.
59 static ciTypeArrayKlass* make(BasicType type); 59 static ciTypeArrayKlass* make(BasicType type);
60
61 virtual ciKlass* exact_klass() {
62 return this;
63 }
60 }; 64 };
61 65
62 #endif // SHARE_VM_CI_CITYPEARRAYKLASS_HPP 66 #endif // SHARE_VM_CI_CITYPEARRAYKLASS_HPP