src/share/vm/oops/constantPool.hpp

changeset 5756
a7609ec351d6
parent 5753
7c29904fdfa2
parent 5732
b2e698d2276c
child 5760
084b21cd0228
     1.1 --- a/src/share/vm/oops/constantPool.hpp	Sat Sep 21 01:45:29 2013 +0200
     1.2 +++ b/src/share/vm/oops/constantPool.hpp	Fri Sep 20 18:19:07 2013 -0700
     1.3 @@ -729,8 +729,6 @@
     1.4    static oop         method_type_at_if_loaded      (constantPoolHandle this_oop, int which);
     1.5    static Klass*            klass_at_if_loaded      (constantPoolHandle this_oop, int which);
     1.6    static Klass*        klass_ref_at_if_loaded      (constantPoolHandle this_oop, int which);
     1.7 -  // Same as above - but does LinkResolving.
     1.8 -  static Klass*        klass_ref_at_if_loaded_check(constantPoolHandle this_oop, int which, TRAPS);
     1.9  
    1.10    // Routines currently used for annotations (only called by jvm.cpp) but which might be used in the
    1.11    // future by other Java code. These take constant pool indices rather than

mercurial