RFR: JDK-8176785 Add build support to generate PNG file from .dot file (original) (raw)

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Fri Apr 7 08:40:23 UTC 2017


This bug is the continuation of JDK-8173303, in which Mandy added the generation of .dot files for @moduleGraph Javadoc tags.

With this patch, the code is taken to it's completion, and the temporarily solutions left in place by JDK-8173303 has been replaced by properly integrated solutions.

Summary of changes:

This code is dependent on JDK-8172312. This webrev is done as a diff against the latest published webrev of JDK-8172312. JDK-8172312 is reviewed, but is currently awaiting the status for JEP 299 to be changed to Targeted before it can be pushed.

This code only affects the build system and documentation. I intend to push it to jdk9 using the "noreg-doc" RDP2 exception.

Bug: https://bugs.openjdk.java.net/browse/JDK-8176785 WebRev: http://cr.openjdk.java.net/~ihse/JDK-8176785-full-build-support-for-module-graphs/webrev.01



More information about the build-dev mailing list