hotspot/src/share/vm/opto/node.hpp
changeset 17384 4e6ea5fa04ad
parent 17383 3665c0901a0d
child 19279 4be3c2e6663c
--- a/hotspot/src/share/vm/opto/node.hpp	Wed May 08 15:08:01 2013 -0700
+++ b/hotspot/src/share/vm/opto/node.hpp	Thu May 09 17:28:04 2013 -0700
@@ -965,6 +965,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;