jdk/src/java.base/share/classes/java/lang/invoke/VarHandle.java
changeset 44844 b2b4d98404ba
parent 42996 b778c8cf514d
child 44860 a33107d3a388
--- a/jdk/src/java.base/share/classes/java/lang/invoke/VarHandle.java	Wed Apr 26 09:37:23 2017 -0700
+++ b/jdk/src/java.base/share/classes/java/lang/invoke/VarHandle.java	Wed Apr 26 13:38:21 2017 -0700
@@ -247,7 +247,7 @@
  * except the null reference.
  *
  *
- * <h1><a name="invoke">Invocation of an access mode's method</a></h1>
+ * <h1><a id="invoke">Invocation of an access mode's method</a></h1>
  * The first time an {@code invokevirtual} instruction is executed it is linked
  * by symbolically resolving the names in the instruction and verifying that
  * the method call is statically legal.  This also holds for calls to access mode