src/share/vm/prims/nativeLookup.cpp

changeset 6632
386dd1c71858
parent 6503
a9becfeecd1b
child 6876
710a3c8b516e
child 8716
619700f41f8e
     1.1 --- a/src/share/vm/prims/nativeLookup.cpp	Tue Apr 15 14:34:48 2014 -0700
     1.2 +++ b/src/share/vm/prims/nativeLookup.cpp	Mon Apr 14 14:27:45 2014 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2014, 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));
    1.15 +                       klass->uncached_lookup_method(m_name, s_name, Klass::normal));
    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