6741642: bad enum definition in ciTypeFlow.hpp

Tue, 26 Aug 2008 15:49:40 -0700

author
never
date
Tue, 26 Aug 2008 15:49:40 -0700
changeset 738
fa4d1d240383
parent 732
f8068895c22d
child 739
dc7f315e41f7

6741642: bad enum definition in ciTypeFlow.hpp
Reviewed-by: rasbold, martin
Contributed-by: doko@ubuntu.com

src/share/vm/ci/ciTypeFlow.hpp file | annotate | diff | comparison | revisions
     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