< prev index next >

src/share/vm/ci/ciValueKlass.hpp

Print this page

        

*** 53,62 **** --- 53,63 ---- int compute_field_index_map(); public: bool is_valuetype() const { return true; } bool flatten_array() const; + bool contains_oops() const; // Value type fields int field_count(); int field_size(); int flattened_field_count() {
< prev index next >