hotspot/src/share/vm/ci/ciInstance.hpp
changeset 8725 8c1e3dd5fe1b
parent 7397 5b173b4ca846
child 29081 c61eb4914428
equal deleted inserted replaced
8724:693c6b883b54 8725:8c1e3dd5fe1b
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2011, 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.
    62   // Constant value of a field.
    62   // Constant value of a field.
    63   ciConstant field_value(ciField* field);
    63   ciConstant field_value(ciField* field);
    64 
    64 
    65   // Constant value of a field at the specified offset.
    65   // Constant value of a field at the specified offset.
    66   ciConstant field_value_by_offset(int field_offset);
    66   ciConstant field_value_by_offset(int field_offset);
       
    67 
       
    68   ciKlass* java_lang_Class_klass();
    67 };
    69 };
    68 
    70 
    69 #endif // SHARE_VM_CI_CIINSTANCE_HPP
    71 #endif // SHARE_VM_CI_CIINSTANCE_HPP