< prev index next >

src/share/vm/ci/ciType.hpp

Print this page

        

@@ -74,10 +74,11 @@
   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);
< prev index next >