# HG changeset patch # User never # Date 1219790980 25200 # Node ID fa4d1d2403837337f7fba9dd8a6e68f7add77853 # Parent f8068895c22d848b6f0e6998886652c3d2f51b24 6741642: bad enum definition in ciTypeFlow.hpp Reviewed-by: rasbold, martin Contributed-by: doko@ubuntu.com diff -r f8068895c22d -r fa4d1d240383 src/share/vm/ci/ciTypeFlow.hpp --- a/src/share/vm/ci/ciTypeFlow.hpp Thu Aug 21 05:49:06 2008 -0700 +++ b/src/share/vm/ci/ciTypeFlow.hpp Tue Aug 26 15:49:40 2008 -0700 @@ -127,7 +127,7 @@ // Used as a combined index for locals and temps enum Cell { - Cell_0 + Cell_0, Cell_max = INT_MAX }; // A StateVector summarizes the type information at some