src/share/vm/opto/chaitin.hpp

changeset 1108
fbc12e71c476
parent 1063
7bb995fbd3c0
child 1358
a70508bb21c3
     1.1 --- a/src/share/vm/opto/chaitin.hpp	Thu Mar 26 14:39:39 2009 -0700
     1.2 +++ b/src/share/vm/opto/chaitin.hpp	Thu Mar 26 15:04:55 2009 -0700
     1.3 @@ -338,6 +338,8 @@
     1.4  
     1.5    Block **_blks;                // Array of blocks sorted by frequency for coalescing
     1.6  
     1.7 +  float _high_frequency_lrg;    // Frequency at which LRG will be spilled for debug info
     1.8 +
     1.9  #ifndef PRODUCT
    1.10    bool _trace_spilling;
    1.11  #endif
    1.12 @@ -360,6 +362,8 @@
    1.13  
    1.14    uint n2lidx( const Node *n ) const { return _names[n->_idx]; }
    1.15  
    1.16 +  float high_frequency_lrg() const { return _high_frequency_lrg; }
    1.17 +
    1.18  #ifndef PRODUCT
    1.19    bool trace_spilling() const { return _trace_spilling; }
    1.20  #endif

mercurial