Re: RFR: JDK-8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module

2017-03-10 Thread Mandy Chung
> On Mar 10, 2017, at 1:40 AM, Erik Joelsson wrote: > > Hello, > > This patch removes this warning which appears repeatedly in the build log > when using a JDK 9 boot jdk. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8176469 > > Webrev: http://cr.openjdk.java.net/~erikj/8176469/webrev.0

RFR: JDK-8176509 Use pandoc for converting build readme to html

2017-03-10 Thread Magnus Ihse Bursie
Since JDK-8139668, the build README html file has been generated from a markdown source. Unfortunately, this implementation used the original markdown (from https://daringfireball.net/projects/markdown/), which was quite limited, and did not for instance allow for tables. Now that JEP 299 is

Re: RFR: JDK-8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module

2017-03-10 Thread Magnus Ihse Bursie
Looks good to me. /Magnus On 2017-03-10 10:40, Erik Joelsson wrote: Hello, This patch removes this warning which appears repeatedly in the build log when using a JDK 9 boot jdk. Bug: https://bugs.openjdk.java.net/browse/JDK-8176469 Webrev: http://cr.openjdk.java.net/~erikj/8176469/webrev.0

RFR: JDK-8176469: Warnings from the build: Unknown module: jdk.rmic specified in --patch-module

2017-03-10 Thread Erik Joelsson
Hello, This patch removes this warning which appears repeatedly in the build log when using a JDK 9 boot jdk. Bug: https://bugs.openjdk.java.net/browse/JDK-8176469 Webrev: http://cr.openjdk.java.net/~erikj/8176469/webrev.01/ /Erik