hotspot/src/share/vm/opto/graphKit.hpp
changeset 23495 f222fac90da2
parent 22916 582da2ed4dfa
child 23525 e3eb08ead679
--- a/hotspot/src/share/vm/opto/graphKit.hpp	Fri Mar 21 18:03:11 2014 -0700
+++ b/hotspot/src/share/vm/opto/graphKit.hpp	Mon Mar 24 08:43:10 2014 -0700
@@ -338,6 +338,7 @@
   // Convert between int and long, and size_t.
   // (See macros ConvI2X, etc., in type.hpp for ConvI2X, etc.)
   Node* ConvI2L(Node* offset);
+  Node* ConvI2UL(Node* offset);
   Node* ConvL2I(Node* offset);
   // Find out the klass of an object.
   Node* load_object_klass(Node* object);