< prev index next >

src/hotspot/share/ci/ciObject.hpp

Print this page

        

*** 120,129 **** --- 120,130 ---- virtual bool is_method_handle() const { return false; } virtual bool is_method_type() const { return false; } virtual bool is_array() { return false; } virtual bool is_obj_array() { return false; } virtual bool is_type_array() { return false; } + virtual bool is_value_array() { return false; } // Is this a type or value which has no associated class? // It is true of primitive types and null objects. virtual bool is_classless() const { return false; } virtual void dump_replay_data(outputStream* st) { /* do nothing */ }
< prev index next >