RFR: 8087124 HTTP/2 implementation
Pavel Rappo
pavel.rappo at oracle.com
Thu Apr 7 10:28:04 UTC 2016
> On 7 Apr 2016, at 11:20, Simone Bordet <simone.bordet at gmail.com> wrote:
>
> Can I ask how you guys apply webrevs to the JDK 9 source tree ?
> I would prefer to review in an IDE rather than in textual mode, but I
> have not found instructions on how to apply a webrev to a source tree.
Sure, each webrev should contain a patch (ctrl+f: ".patch" on the webrev page)
to a repo. In this case it's located here:
http://cr.openjdk.java.net/~michaelm/8087124/webrev.1/jdk.patch
Download it, cd to your dev/jdk folder, and then simply apply it:
hg import --no-commit jdk.patch
Should work fine.
More information about the net-dev
mailing list