src/hotspot/share/oops/constantPool.hpp
changeset 53746 bdccafc038a2
parent 53745 a535ba736cab
child 53838 c8c9bd65c198
equal deleted inserted replaced
53745:a535ba736cab 53746:bdccafc038a2
   795 
   795 
   796   // Used by compiler to prevent classloading.
   796   // Used by compiler to prevent classloading.
   797   static Method*          method_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   797   static Method*          method_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   798   static bool       has_appendix_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   798   static bool       has_appendix_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   799   static oop            appendix_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   799   static oop            appendix_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   800   static bool    has_method_type_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   800   static bool has_local_signature_at_if_loaded     (const constantPoolHandle& this_cp, int which);
   801   static oop         method_type_at_if_loaded      (const constantPoolHandle& this_cp, int which);
       
   802   static Klass*            klass_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   801   static Klass*            klass_at_if_loaded      (const constantPoolHandle& this_cp, int which);
   803 
   802 
   804   // Routines currently used for annotations (only called by jvm.cpp) but which might be used in the
   803   // Routines currently used for annotations (only called by jvm.cpp) but which might be used in the
   805   // future by other Java code. These take constant pool indices rather than
   804   // future by other Java code. These take constant pool indices rather than
   806   // constant pool cache indices as do the peer methods above.
   805   // constant pool cache indices as do the peer methods above.