--- old/src/share/vm/opto/node.hpp Thu May 16 16:29:05 2013 +++ new/src/share/vm/opto/node.hpp Thu May 16 16:29:05 2013 @@ -952,6 +952,8 @@ } const TypeLong* find_long_type() const; + const TypePtr* get_ptr_type() const; + // These guys are called by code generated by ADLC: intptr_t get_ptr() const; intptr_t get_narrowcon() const;