src/share/vm/ci/ciField.hpp

changeset 3854
e778c29768e6
parent 3107
7b5c767f229c
child 5658
edb5ab0f3fe5
equal deleted inserted replaced
3853:1e76463170b3 3854:e778c29768e6
1 /* 1 /*
2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
47 ciSymbol* _name; 47 ciSymbol* _name;
48 ciSymbol* _signature; 48 ciSymbol* _signature;
49 ciType* _type; 49 ciType* _type;
50 int _offset; 50 int _offset;
51 bool _is_constant; 51 bool _is_constant;
52 ciInstanceKlass* _known_to_link_with; 52 ciInstanceKlass* _known_to_link_with_put;
53 ciInstanceKlass* _known_to_link_with_get;
53 ciConstant _constant_value; 54 ciConstant _constant_value;
54 55
55 // Used for will_link 56 // Used for will_link
56 int _cp_index; 57 int _cp_index;
57 58

mercurial