comparison src/share/vm/ci/ciConstant.hpp @ 3899:c124e2e7463e

7083786: dead various dead chunks of code Reviewed-by: iveresov, kvn
author never
date Wed, 31 Aug 2011 16:46:11 -0700
parents f95d63e2154a
children f6f3bb0ee072
comparison
equal deleted inserted replaced
3898:a64d352d1118 3899:c124e2e7463e
43 jint _long_half[2]; 43 jint _long_half[2];
44 jfloat _float; 44 jfloat _float;
45 jdouble _double; 45 jdouble _double;
46 ciObject* _object; 46 ciObject* _object;
47 } _value; 47 } _value;
48
49 // Implementation of the print method.
50 void print_impl(outputStream* st);
51 48
52 public: 49 public:
53 50
54 ciConstant() { 51 ciConstant() {
55 _type = T_ILLEGAL; _value._long = -1; 52 _type = T_ILLEGAL; _value._long = -1;