File java-enum_cell.patch of Package java-1_7_0-icedtea
--- openjdk/hotspot/src/share/vm/ci/ciTypeFlow.hpp 2008/07/28 22:04:10 1.1 +++ openjdk/hotspot/src/share/vm/ci/ciTypeFlow.hpp 2008/07/28 22:04:41 @@ -130,7 +130,7 @@ // Used as a combined index for locals and temps enum Cell { - Cell_0 + Cell_0, Cell_max = UINT_MAX }; // A StateVector summarizes the type information at some