src/share/vm/ci/bcEscapeAnalyzer.hpp

changeset 513
e1e86702e43e
parent 480
48a3fa21394b
child 631
d1605aabd0a1
     1.1 --- a/src/share/vm/ci/bcEscapeAnalyzer.hpp	Thu Mar 27 09:12:54 2008 -0700
     1.2 +++ b/src/share/vm/ci/bcEscapeAnalyzer.hpp	Fri Mar 28 11:52:29 2008 -0700
     1.3 @@ -50,9 +50,9 @@
     1.4    uint              *_arg_modified;
     1.5  
     1.6    bool              _return_local;
     1.7 +  bool              _return_allocated;
     1.8    bool              _allocated_escapes;
     1.9    bool              _unknown_modified;
    1.10 -  bool              _return_allocated;
    1.11  
    1.12    ciObjectList     _dependencies;
    1.13  
    1.14 @@ -153,4 +153,9 @@
    1.15  
    1.16    // Copy dependencies from this analysis into "deps"
    1.17    void copy_dependencies(Dependencies *deps);
    1.18 +
    1.19 +#ifndef PRODUCT
    1.20 +  // dump escape information
    1.21 +  void dump();
    1.22 +#endif
    1.23  };

mercurial