Module warnings for jdk.rmic

Dan Smith daniel.smith at oracle.com
Thu Mar 9 22:55:22 UTC 2017


> On Mar 9, 2017, at 3:48 PM, Mandy Chung <mandy.chung at 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
...


More information about the build-dev mailing list