src/share/vm/ci/ciInstance.hpp

changeset 2658
c7f3d0b4570f
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/ci/ciInstance.hpp	Fri Mar 18 15:52:42 2011 -0700
     1.2 +++ b/src/share/vm/ci/ciInstance.hpp	Fri Mar 18 16:00:34 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -64,6 +64,8 @@
    1.11  
    1.12    // Constant value of a field at the specified offset.
    1.13    ciConstant field_value_by_offset(int field_offset);
    1.14 +
    1.15 +  ciKlass* java_lang_Class_klass();
    1.16  };
    1.17  
    1.18  #endif // SHARE_VM_CI_CIINSTANCE_HPP

mercurial