8024438: JSR 292 API specification maintenance for JDK 8
Summary: add wildcard to unreflectConstructor, various clarifications and minor edits
Reviewed-by: mchung, darcy, twisti
diff --git a/test/java/lang/invoke/MethodHandlesTest.java b/test/java/lang/invoke/MethodHandlesTest.java
index 53eb09c..37da9b0 100644
--- a/test/java/lang/invoke/MethodHandlesTest.java
+++ b/test/java/lang/invoke/MethodHandlesTest.java
@@ -496,7 +496,7 @@
         return lookup.in(defc);
     }
 
-    /** Is findVirtual (etc.) of "<init>" supposed to elicit a NoSuchMethodException? */
+    /** Is findVirtual (etc.) of "&lt;init&lt;" supposed to elicit a NoSuchMethodException? */
     final static boolean INIT_REF_CAUSES_NSME = true;
 
     @Test