hotspot/src/share/vm/opto/memnode.hpp
changeset 190 e9a0a9dcd4f6
parent 1 489c9b5090e2
child 202 dc13bf0e5d5d
--- a/hotspot/src/share/vm/opto/memnode.hpp	Wed Dec 05 09:00:00 2007 -0800
+++ b/hotspot/src/share/vm/opto/memnode.hpp	Wed Dec 05 09:01:00 2007 -0800
@@ -141,6 +141,9 @@
   // zero out the control input.
   virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);
 
+  // Recover original value from boxed values
+  Node *eliminate_autobox(PhaseGVN *phase);
+
   // Compute a new Type for this node.  Basically we just do the pre-check,
   // then call the virtual add() to set the type.
   virtual const Type *Value( PhaseTransform *phase ) const;