src/share/vm/oops/constantPool.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8014013 Cdiff src/share/vm/oops/constantPool.hpp

src/share/vm/oops/constantPool.hpp

Print this page

        

*** 728,739 **** static oop appendix_at_if_loaded (constantPoolHandle this_oop, int which); static bool has_method_type_at_if_loaded (constantPoolHandle this_oop, int which); static oop method_type_at_if_loaded (constantPoolHandle this_oop, int which); static Klass* klass_at_if_loaded (constantPoolHandle this_oop, int which); static Klass* klass_ref_at_if_loaded (constantPoolHandle this_oop, int which); - // Same as above - but does LinkResolving. - static Klass* klass_ref_at_if_loaded_check(constantPoolHandle this_oop, int which, TRAPS); // Routines currently used for annotations (only called by jvm.cpp) but which might be used in the // future by other Java code. These take constant pool indices rather than // constant pool cache indices as do the peer methods above. Symbol* uncached_klass_ref_at_noresolve(int which); --- 728,737 ----
src/share/vm/oops/constantPool.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File