Generating a patch with webrev

Doing any update in a software product normally requires some kind of review process. The code should not be submitted into a repository unless someone else has already looked at it. In OpenJDK, the tool for this purpose is webrev, which allows you to create code reviews that can be shared with other members of the community.

Getting ready

Webrev is a Korn shell script, which means that Korn shell must be installed on the machine before you can use it. On a Linux machine, run yum install ksh or an equivalent command. On a Windows machine, ensure that ksh in included in the Cygwin installation.

Apart from the environment set up to create the patch review, some changes must be made in the source code as well. As an easy ...

Get OpenJDK Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.