< prev index next >

src/hotspot/share/oops/symbol.hpp

Print this page

        

@@ -201,10 +201,11 @@
   bool starts_with(const char* prefix, int len) const;
   bool starts_with(const char* prefix) const {
     return starts_with(prefix, (int) strlen(prefix));
   }
   bool is_Q_signature() const;
+  bool is_Q_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 >