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 Sep  4 10:22:18 2013
--- new/src/share/vm/ci/ciField.hpp	Wed Sep  4 10:22:18 2013

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 51,63 **** --- 51,60 ---- bool _is_constant; ciInstanceKlass* _known_to_link_with_put; ciInstanceKlass* _known_to_link_with_get; ciConstant _constant_value; // Used for will_link int _cp_index; ciType* compute_type(); ciType* compute_type_impl(); ciField(ciInstanceKlass* klass, int index); ciField(fieldDescriptor* fd);

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