src/share/vm/prims/nativeLookup.cpp

changeset 8716
619700f41f8e
parent 6632
386dd1c71858
child 8856
ac27a9c85bea
child 9858
b985cbb00e68
     1.1 --- a/src/share/vm/prims/nativeLookup.cpp	Fri Jan 20 16:22:39 2017 +0000
     1.2 +++ b/src/share/vm/prims/nativeLookup.cpp	Thu Feb 02 00:29:28 2017 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2014, 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 @@ -408,7 +408,7 @@
    1.11  
    1.12    // Find method and invoke standard lookup
    1.13    methodHandle method (THREAD,
    1.14 -                       klass->uncached_lookup_method(m_name, s_name, Klass::normal));
    1.15 +                       klass->uncached_lookup_method(m_name, s_name, Klass::find_overpass));
    1.16    address result = lookup(method, in_base_library, CATCH);
    1.17    assert(in_base_library, "must be in basic library");
    1.18    guarantee(result != NULL, "must be non NULL");

mercurial