< prev index next >

src/hotspot/share/ci/ciType.hpp

Print this page

        

*** 74,84 **** bool is_two_word() const { return size() == 2; } // What kind of ciObject is this? bool is_type() const { return true; } bool is_classless() const { return is_primitive_type(); } - bool is__Value() const; const char* name(); virtual void print_name_on(outputStream* st); void print_name() { print_name_on(tty); --- 74,83 ----
< prev index next >