< prev index next >

src/hotspot/share/oops/symbol.hpp

Print this page

        

@@ -228,10 +228,11 @@
     return starts_with('(') && ends_with('V');
   }
 
   bool is_Q_signature() const;
   bool is_Q_array_signature() const;
+  bool is_Q_singledim_array_signature() const;
   Symbol* fundamental_name(TRAPS);
   bool is_same_fundamental_type(Symbol*) const;
 
   // Tests if the symbol starts with the given prefix.
   int index_of_at(int i, const char* str, int len) const;
< prev index next >