src/share/vm/ci/ciConstant.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciConstant.hpp	Wed Aug 31 15:24:19 2011
--- new/src/share/vm/ci/ciConstant.hpp	Wed Aug 31 15:24:19 2011

*** 44,56 **** --- 44,53 ---- jfloat _float; jdouble _double; ciObject* _object; } _value; // Implementation of the print method. void print_impl(outputStream* st); public: ciConstant() { _type = T_ILLEGAL; _value._long = -1; }

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