RFR (M) 8024438: JSR 292 API specification maintenance for JDK 8

Christian Thalinger christian.thalinger at oracle.com
Wed Oct 2 12:14:33 PDT 2013


src/share/classes/java/lang/invoke/MethodHandles.java:

+     *     <th><a name="equiv"></a>lookup expression</th>

Apparently the name attribute is obsolete for <a/> in HTML5:

http://dev.w3.org/html5/markup/a.html

I think they want you to use <th id="equiv">.

+     * <p style="font-size:smaller;">
+     * <a name="privacc"></a>
+     * <em>Discussion of private access:</em>

Same here.

+     * <h1><a name="secmgr"></a>Security manager interactions</h1>

And here.

+     * because the desired class member is missing, because the

Did you want an "or" before "because" like the others?

Otherwise this looks good.

On Oct 1, 2013, at 3:19 PM, John Rose <john.r.rose at oracle.com> wrote:

> http://cr.openjdk.java.net/~jrose/8024438/webrev.00
> 
> These are miscellaneous edits to javadoc and unit tests, clarifying various minor corner cases and improving presentation.
> 
> There is also a single API change (already under review by CCC): Adding a missing wildcard to Constructor<?>.
> 
> Please review.
> 
> Thanks,
> — John
> 
> _______________________________________________
> mlvm-dev mailing list
> mlvm-dev at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev



More information about the hotspot-compiler-dev mailing list