hotspot/src/share/vm/ci/ciField.hpp
changeset 12982 7d7a3e02610e
parent 10516 2797e487c09f
child 19770 7cb9f982ea81
equal deleted inserted replaced
12981:b557c10f5444 12982:7d7a3e02610e
     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