--- old/src/hotspot/share/ci/ciSymbol.hpp 2019-03-11 16:11:26.311444708 -0700 +++ new/src/hotspot/share/ci/ciSymbol.hpp 2019-03-11 16:11:26.071436105 -0700 @@ -84,6 +84,8 @@ // Tests if the symbol starts with the given prefix. bool starts_with(const char* prefix, int len) const; + bool is_Q_signature(); + // Determines where the symbol contains the given substring. int index_of_at(int i, const char* str, int len) const;