src/share/vm/opto/callnode.hpp

changeset 1063
7bb995fbd3c0
parent 1036
523ded093c31
child 1139
ad8c635e757e
     1.1 --- a/src/share/vm/opto/callnode.hpp	Mon Mar 09 13:34:00 2009 -0700
     1.2 +++ b/src/share/vm/opto/callnode.hpp	Thu Mar 12 18:16:36 2009 -0700
     1.3 @@ -437,6 +437,10 @@
     1.4    // of the SafePoint node for which it was generated.
     1.5    virtual bool pinned() const; // { return true; }
     1.6  
     1.7 +  // SafePointScalarObject depends on the SafePoint node
     1.8 +  // for which it was generated.
     1.9 +  virtual bool depends_only_on_test() const; // { return false; }
    1.10 +
    1.11    virtual uint size_of() const { return sizeof(*this); }
    1.12  
    1.13    // Assumes that "this" is an argument to a safepoint node "s", and that

mercurial