hotspot/src/share/vm/opto/graphKit.hpp
changeset 46525 3a5c833a43de
parent 43481 47657134c5c2
child 46542 73dd19b96b5d
--- a/hotspot/src/share/vm/opto/graphKit.hpp	Tue Jun 06 17:07:42 2017 +0200
+++ b/hotspot/src/share/vm/opto/graphKit.hpp	Mon May 29 18:17:49 2017 +0200
@@ -368,6 +368,9 @@
     return null_check_common(value, type, true);
   }
 
+  // Check if value is null and abort if it is
+  Node* must_be_not_null(Node* value, bool do_replace_in_map);
+
   // Null check oop.  Return null-path control into (*null_control).
   // Return a cast-not-null node which depends on the not-null control.
   // If never_see_null, use an uncommon trap (*null_control sees a top).