--- a/hotspot/src/share/vm/opto/escape.cpp Tue Apr 15 14:34:48 2014 -0700
+++ b/hotspot/src/share/vm/opto/escape.cpp Wed Apr 16 14:49:03 2014 -0700
@@ -711,7 +711,7 @@
Node *val = n->in(MemNode::ValueIn);
PointsToNode* ptn = ptnode_adr(val->_idx);
assert(ptn != NULL, "node should be registered");
- ptn->set_escape_state(PointsToNode::GlobalEscape);
+ set_escape_state(ptn, PointsToNode::GlobalEscape);
// Add edge to object for unsafe access with offset.
PointsToNode* adr_ptn = ptnode_adr(adr->_idx);
assert(adr_ptn != NULL, "node should be registered");