JDK 9 RFR(s): 8177789 fix collections framework links to point to java.util package doc
Martin Buchholz
martinrb at google.com
Sat Apr 15 17:34:52 UTC 2017
On Fri, Apr 14, 2017 at 3:36 PM, Stuart Marks <stuart.marks at oracle.com>
wrote:
>
> Martin,
>
> This changeset includes a bunch of changes to java.util.concurrent
> classes, as well as to files like ArrayDeque which straddle the border
> between the JDK and the JSR166 repo. How did you want to handle these
> changes? I could just push this and you could merge upstream, or I could
> slice off the diffs from selected files and have you put them into JSR166
> and then merge into the JDK. In any case, the changes are all one-liners,
> so I don't expect any conflicts. Let me know.
>
Just commit your changes; they look fine; we will merge into jsr166 CVS.
I have the usual doc-related gripes ... all the docs for openjdk should be
checked into mercurial so they can be maintained along with the classes
they document ... @index is new to me; I couldn't find any documentation
for it.
More information about the core-libs-dev
mailing list