--- old/src/java.base/share/classes/java/lang/reflect/Method.java 2018-05-18 03:23:20.484775638 -0400 +++ new/src/java.base/share/classes/java/lang/reflect/Method.java 2018-05-18 03:23:18.716673220 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 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 @@ -508,8 +508,8 @@ * *

If the underlying method is an instance method, it is invoked * using dynamic method lookup as documented in The Java Language - * Specification, Second Edition, section 15.12.4.4; in particular, - * overriding based on the runtime type of the target object will occur. + * Specification, section 15.12.4.4; in particular, + * overriding based on the runtime type of the target object may occur. * *

If the underlying method is static, the class that declared * the method is initialized if it has not already been initialized.