--- a/hotspot/src/share/vm/opto/escape.hpp Fri Jul 25 16:03:40 2008 -0700
+++ b/hotspot/src/share/vm/opto/escape.hpp Mon Jul 28 17:12:52 2008 -0700
@@ -197,7 +197,7 @@
void remove_edge(uint targIdx, EdgeType et);
#ifndef PRODUCT
- void dump() const;
+ void dump(bool print_state=true) const;
#endif
};
@@ -221,6 +221,8 @@
// that pointer values loaded from
// a field which has not been set
// are assumed to point to.
+ uint _oop_null; // ConP(#NULL)
+ uint _noop_null; // ConN(#NULL)
Compile * _compile; // Compile object for current compilation