Re: Review request 8132297: JDK9 build.tools.module.ImageBuilder does not filter out .class.bc files

2015-10-06 Thread Chris Hegarty
On 5 Oct 2015, at 23:32, Mandy Chung wrote: > JDK 9 currently use a build tool (ImageBuilder) to create the JDK modular > image. A in-house tool doing static analysis generates additional files that > should be excluded in the image. > > jlink and jmod tool in jake build has the option to exc

Re: Review request 8132297: JDK9 build.tools.module.ImageBuilder does not filter out .class.bc files

2015-10-05 Thread Alan Bateman
On 05/10/2015 23:32, Mandy Chung wrote: JDK 9 currently use a build tool (ImageBuilder) to create the JDK modular image. A in-house tool doing static analysis generates additional files that should be excluded in the image. jlink and jmod tool in jake build has the option to exclude specific

Review request 8132297: JDK9 build.tools.module.ImageBuilder does not filter out .class.bc files

2015-10-05 Thread Mandy Chung
JDK 9 currently use a build tool (ImageBuilder) to create the JDK modular image. A in-house tool doing static analysis generates additional files that should be excluded in the image. jlink and jmod tool in jake build has the option to exclude specific files. This patch proposes to fix the int