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

src/share/vm/ci/ciConstant.hpp

Print this page

        

*** 44,56 **** 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; } --- 44,53 ----
src/share/vm/ci/ciConstant.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File