> On Mar 9, 2017, at 2:55 PM, Dan Smith <daniel.sm...@oracle.com> wrote: > > >> On Mar 9, 2017, at 3:48 PM, Mandy Chung <mandy.ch...@oracle.com> wrote: >> >> Are you using JDK 9 as the boot JDK or doing bootcycle build? > > I think the former, since I don't know what a bootcycle build is? > > Steps to reproduce: > $ -> cd ~/Dev/jdk/jdk10 > $ -> sh configure --with-freetype-include=/opt/X11/include/freetype2 > --with-freetype-lib=/opt/X11/lib --with-boot-jdk=/Users/dan/bin/jdk-9+160 > --disable-warnings-as-errors > ... > $ -> make clean > $ -> make > ... > WARNING: Unknown module: jdk.rmic specified in --patch-module > ...
Yes the former as you configure --with-boot-jdk=/Users/dan/bin/jdk-9+160. FYI. The warning is not shown if the boot JDK is JDK 8u. Mandy