< prev index next >

src/share/vm/ci/ciValueKlass.hpp

Print this page

        

*** 48,61 **** --- 48,63 ---- protected: ciValueKlass(KlassHandle h_k) : ciInstanceKlass(h_k), _field_index_map(NULL) { assert(is_final(), "ValueKlass must be final"); }; + const char* type_string() { return "ciValueKlass"; } int compute_field_index_map(); public: bool is_valuetype() const { return true; } + bool flatten_array() const; // Value type fields int field_count(); int field_size(); int flattened_field_count() {
< prev index next >