src/share/vm/oops/constantPool.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/oops/constantPool.hpp	Wed Sep 11 19:08:42 2013
--- new/src/share/vm/oops/constantPool.hpp	Wed Sep 11 19:08:42 2013

*** 728,739 **** --- 728,737 ---- 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);

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