On 05/12/2017 22:19, mandy chung wrote:
The MODULES list in the `release` file is topologically sorted. For a given module graph, the patch traverses the graph in a stable order during the topological sort that will produce the same result for the same module graph. Webrev at: http://cr.openjdk.java.net/~mchung/jdk10/webrevs/8192945/webrev.00/
This looks okay to me. -Alan