--- old/src/hotspot/share/oops/arrayKlass.hpp 2018-05-18 03:21:29.710356709 -0400 +++ new/src/hotspot/share/oops/arrayKlass.hpp 2018-05-18 03:21:28.138265401 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -87,7 +87,8 @@ // Lookup operations Method* uncached_lookup_method(const Symbol* name, const Symbol* signature, - OverpassLookupMode overpass_mode) const; + OverpassLookupMode overpass_mode, + PrivateLookupMode private_mode = find_private) const; static ArrayKlass* cast(Klass* k) { return const_cast(cast(const_cast(k)));