comparison src/share/vm/ci/ciTypeFlow.hpp @ 303:fa4d1d240383

6741642: bad enum definition in ciTypeFlow.hpp Reviewed-by: rasbold, martin Contributed-by: doko@ubuntu.com
author never
date Tue, 26 Aug 2008 15:49:40 -0700
parents a61af66fc99e
children 9ee9cf798b59 194b8e3a2fc4
comparison
equal deleted inserted replaced
297:f8068895c22d 303:fa4d1d240383
125 void print_on(outputStream* st) const PRODUCT_RETURN; 125 void print_on(outputStream* st) const PRODUCT_RETURN;
126 }; 126 };
127 127
128 // Used as a combined index for locals and temps 128 // Used as a combined index for locals and temps
129 enum Cell { 129 enum Cell {
130 Cell_0 130 Cell_0, Cell_max = INT_MAX
131 }; 131 };
132 132
133 // A StateVector summarizes the type information at some 133 // A StateVector summarizes the type information at some
134 // point in the program 134 // point in the program
135 class StateVector : public ResourceObj { 135 class StateVector : public ResourceObj {