src/share/vm/interpreter/linkResolver.hpp

changeset 8995
e413e0d0e467
parent 8839
158904fa31b2
child 8856
ac27a9c85bea
     1.1 --- a/src/share/vm/interpreter/linkResolver.hpp	Wed Jul 26 22:52:34 2017 -0700
     1.2 +++ b/src/share/vm/interpreter/linkResolver.hpp	Tue Aug 01 09:47:45 2017 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -135,6 +135,9 @@
    1.11    static void resolve_pool  (KlassHandle& resolved_klass, Symbol*& method_name, Symbol*& method_signature, KlassHandle& current_klass, constantPoolHandle pool, int index, TRAPS);
    1.12  
    1.13    static void resolve_interface_method(methodHandle& resolved_method, KlassHandle resolved_klass, Symbol* method_name, Symbol* method_signature, KlassHandle current_klass, bool check_access, bool nostatics, TRAPS);
    1.14 +  static void check_method_loader_constraints(methodHandle& resolved_method, KlassHandle resolved_klass,
    1.15 +                                              Symbol* method_name, Symbol* method_signature,
    1.16 +                                              KlassHandle current_klass, const char* method_type, TRAPS);
    1.17    static void resolve_method          (methodHandle& resolved_method, KlassHandle resolved_klass, Symbol* method_name, Symbol* method_signature, KlassHandle current_klass, bool check_access, bool require_methodref, TRAPS);
    1.18  
    1.19    static void linktime_resolve_static_method    (methodHandle& resolved_method, KlassHandle resolved_klass, Symbol* method_name, Symbol* method_signature, KlassHandle current_klass, bool check_access, TRAPS);

mercurial