src/share/vm/oops/constantPool.hpp

changeset 4133
f6b0eb4e44cf
parent 4045
fa6e618671d7
child 4151
6e5a59a8e4a7
     1.1 --- a/src/share/vm/oops/constantPool.hpp	Fri Sep 28 14:36:20 2012 -0700
     1.2 +++ b/src/share/vm/oops/constantPool.hpp	Mon Oct 01 14:50:10 2012 -0700
     1.3 @@ -694,13 +694,15 @@
     1.4    friend class SystemDictionary;
     1.5  
     1.6    // Used by compiler to prevent classloading.
     1.7 -  static Method*         method_at_if_loaded      (constantPoolHandle this_oop, int which);
     1.8 -  static bool      has_appendix_at_if_loaded      (constantPoolHandle this_oop, int which);
     1.9 -  static oop           appendix_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.10 -  static Klass*           klass_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.11 -  static Klass*       klass_ref_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.12 +  static Method*          method_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.13 +  static bool       has_appendix_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.14 +  static oop            appendix_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.15 +  static bool    has_method_type_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.16 +  static oop         method_type_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.17 +  static Klass*            klass_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.18 +  static Klass*        klass_ref_at_if_loaded      (constantPoolHandle this_oop, int which);
    1.19    // Same as above - but does LinkResolving.
    1.20 -  static Klass*       klass_ref_at_if_loaded_check(constantPoolHandle this_oop, int which, TRAPS);
    1.21 +  static Klass*        klass_ref_at_if_loaded_check(constantPoolHandle this_oop, int which, TRAPS);
    1.22  
    1.23    // Routines currently used for annotations (only called by jvm.cpp) but which might be used in the
    1.24    // future by other Java code. These take constant pool indices rather than

mercurial