src/share/vm/ci/ciField.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** 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

*** 62,74 **** --- 62,71 ---- ciField(fieldDescriptor* fd); // shared constructor code void initialize_from(fieldDescriptor* fd); // The implementation of the print method. void print_impl(outputStream* st); public: ciFlags flags() { return _flags; } // Of which klass is this field a member? //

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