src/share/vm/interpreter/linkResolver.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/linkResolver.hpp	Wed Sep 16 15:18:43 2015
--- new/src/share/vm/interpreter/linkResolver.hpp	Wed Sep 16 15:18:43 2015

*** 172,184 **** --- 172,186 ---- bool in_imethod_resolve, TRAPS); static methodHandle lookup_method_in_interfaces(const LinkInfo& link_info, TRAPS); static methodHandle lookup_polymorphic_method(const LinkInfo& link_info, Handle *appendix_result_or_null, Handle *method_type_result, TRAPS); + JVMCI_ONLY(public:) // Needed for CompilerToVM.resolveMethod() // Not Linktime so doesn't take LinkInfo static methodHandle lookup_instance_method_in_klasses ( KlassHandle klass, Symbol* name, Symbol* signature, TRAPS); + JVMCI_ONLY(private:) // Similar loader constraint checking functions that throw // LinkageError with descriptive message. static void check_method_loader_constraints(const LinkInfo& link_info, const methodHandle& resolved_method,

src/share/vm/interpreter/linkResolver.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File