src/share/vm/ci/ciTypeFlow.hpp

changeset 738
fa4d1d240383
parent 435
a61af66fc99e
child 772
9ee9cf798b59
child 802
194b8e3a2fc4
     1.1 --- a/src/share/vm/ci/ciTypeFlow.hpp	Thu Aug 21 05:49:06 2008 -0700
     1.2 +++ b/src/share/vm/ci/ciTypeFlow.hpp	Tue Aug 26 15:49:40 2008 -0700
     1.3 @@ -127,7 +127,7 @@
     1.4  
     1.5    // Used as a combined index for locals and temps
     1.6    enum Cell {
     1.7 -    Cell_0
     1.8 +    Cell_0, Cell_max = INT_MAX
     1.9    };
    1.10  
    1.11    // A StateVector summarizes the type information at some

mercurial