--- old/src/share/vm/ci/ciField.hpp Wed Aug 31 15:24:21 2011 +++ new/src/share/vm/ci/ciField.hpp Wed Aug 31 15:24:21 2011 @@ -64,9 +64,6 @@ // shared constructor code void initialize_from(fieldDescriptor* fd); - // The implementation of the print method. - void print_impl(outputStream* st); - public: ciFlags flags() { return _flags; }