src/share/vm/opto/escape.hpp

changeset 3969
1d7922586cf6
parent 3651
ee138854b3a6
child 4106
7eca5de9e0b6
     1.1 --- a/src/share/vm/opto/escape.hpp	Mon Jul 23 13:04:59 2012 -0700
     1.2 +++ b/src/share/vm/opto/escape.hpp	Tue Jul 24 10:51:00 2012 -0700
     1.3 @@ -512,13 +512,11 @@
     1.4        assert(ptn != NULL, "node should be registered");
     1.5      }
     1.6      add_edge(ptnode_adr(n->_idx), ptn);
     1.7 -  }
     1.8 -
     1.9 + }
    1.10    // Helper functions
    1.11 -  bool   is_oop_field(Node* n, int offset);
    1.12 -  static Node* get_addp_base(Node *addp);
    1.13 -  static Node* find_second_addp(Node* addp, Node* n);
    1.14 -
    1.15 +  bool   is_oop_field(Node* n, int offset, bool* unsafe);
    1.16 + static Node* get_addp_base(Node *addp);
    1.17 + static Node* find_second_addp(Node* addp, Node* n);
    1.18    // offset of a field reference
    1.19    int address_offset(Node* adr, PhaseTransform *phase);
    1.20  

mercurial