< prev index next >

src/hotspot/share/oops/symbol.hpp

Print this page

@@ -229,10 +229,11 @@
     return starts_with('(') && ends_with('V');
   }
 
   bool is_Q_signature() const;
   bool is_Q_array_signature() const;
+  bool is_Q_method_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.
< prev index next >