src/share/vm/ci/ciTypeFlow.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciTypeFlow.hpp	Tue Aug 26 14:11:18 2008
--- new/src/share/vm/ci/ciTypeFlow.hpp	Tue Aug 26 14:11:17 2008

*** 125,135 **** --- 125,135 ---- void print_on(outputStream* st) const PRODUCT_RETURN; }; // Used as a combined index for locals and temps enum Cell { ! Cell_0, Cell_max = INT_MAX }; // A StateVector summarizes the type information at some // point in the program class StateVector : public ResourceObj {

src/share/vm/ci/ciTypeFlow.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File