> On 7 Apr 2016, at 11:20, Simone Bordet <simone.bor...@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.