diff -r a9fcdfee6b98 -r 01ecdcf197df jdk/src/java.base/share/classes/java/lang/invoke/package-info.java --- a/jdk/src/java.base/share/classes/java/lang/invoke/package-info.java Tue May 30 14:12:16 2017 -0700 +++ b/jdk/src/java.base/share/classes/java/lang/invoke/package-info.java Tue May 30 15:48:54 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2017, 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 @@ -44,13 +44,13 @@ * * * - *

Summary of relevant Java Virtual Machine changes

+ *

Summary of relevant Java Virtual Machine changes

* The following low-level information summarizes relevant parts of the * Java Virtual Machine specification. For full details, please see the * current version of that specification. * * Each occurrence of an {@code invokedynamic} instruction is called a dynamic call site. - *

{@code invokedynamic} instructions

+ *

{@code invokedynamic} instructions

* A dynamic call site is originally in an unlinked state. In this state, there is * no target method for the call site to invoke. *