Re: Module warnings for jdk.rmic

2017-03-09 Thread Mandy Chung
> On Mar 9, 2017, at 2:55 PM, Dan Smith wrote: > > >> On Mar 9, 2017, at 3:48 PM, Mandy Chung 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 >

Re: Module warnings for jdk.rmic

2017-03-09 Thread Dan Smith
> On Mar 9, 2017, at 3:48 PM, Mandy Chung 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

Re: Module warnings for jdk.rmic

2017-03-09 Thread Mandy Chung
Are you using JDK 9 as the boot JDK or doing bootcycle build? I file a bug to track this: https://bugs.openjdk.java.net/browse/JDK-8176469 This warning is emitted when running javac with the patch module path that overrides jdk.compiler, jdk.rmic and a few other modules but jdk.rmic is not in

Re: Module warnings for jdk.rmic

2017-03-09 Thread Dan Smith
> On Mar 9, 2017, at 12:44 PM, Dan Smith wrote: > > During a build, many of these warnings get spit out: > > WARNING: Unknown module: jdk.rmic specified in --patch-module > > I've been assuming someone would clean this up eventually, but it's been > there for months. Don't see a JBS bug. Is th

Re: Module warnings for jdk.rmic

2017-03-09 Thread Alan Bateman
On 09/03/2017 21:12, Jonathan Gibbons wrote: Well, the module itself exists ... $ ls jdk/src/jdk.rmic/share/classes/ module-info.java sun I wonder if it's been patched before jdk.rmic is built. -Alan

Re: Module warnings for jdk.rmic

2017-03-09 Thread Jonathan Gibbons
On 03/09/2017 11:44 AM, Dan Smith wrote: During a build, many of these warnings get spit out: WARNING: Unknown module: jdk.rmic specified in --patch-module I've been assuming someone would clean this up eventually, but it's been there for months. Don't see a JBS bug. Is this on someone's rad

Module warnings for jdk.rmic

2017-03-09 Thread Dan Smith
During a build, many of these warnings get spit out: WARNING: Unknown module: jdk.rmic specified in --patch-module I've been assuming someone would clean this up eventually, but it's been there for months. Don't see a JBS bug. Is this on someone's radar? Or maybe this is somehow a weird quirk o