diff src/share/vm/opto/node.hpp @ 10279:70120f47d403

8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis() Summary: Add NULL checks and asserts for Type::make_ptr() returned value. Reviewed-by: twisti
author kvn
date Thu, 09 May 2013 17:28:04 -0700
parents 6f3fd5150b67
children d1034bd8cefc
line wrap: on
line diff
--- a/src/share/vm/opto/node.hpp	Wed May 08 15:08:01 2013 -0700
+++ b/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;