hg: jigsaw/jake/langtools: 18 new changesets

2016-08-11 Thread jonathan . gibbons
Changeset: 8150eeaf8c24 Author:vromero Date: 2016-07-27 07:07 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/8150eeaf8c24 8161277: javax.lang.model.util.Types.isSameType(...) returns true on wildcards Reviewed-by: mcimadamore !

hg: jigsaw/jake/nashorn: 9 new changesets

2016-08-11 Thread mandy . chung
Changeset: 9d87093a1a97 Author:sdama Date: 2016-07-27 15:53 +0200 URL: http://hg.openjdk.java.net/jigsaw/jake/nashorn/rev/9d87093a1a97 8160801: add documentation for NativeString Reviewed-by: mhaupt !

hg: jigsaw/jake/jdk: 176 new changesets

2016-08-11 Thread mandy . chung
Changeset: cfa705d1f4e2 Author:naoto Date: 2016-07-26 10:53 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/cfa705d1f4e2 8162343: non-ASCII characters in source code comments (.hpp) Reviewed-by: rriggs ! src/java.base/share/native/libjimage/imageDecompressor.hpp !

hg: jigsaw/jake/jaxws: 4 new changesets

2016-08-11 Thread mandy . chung
Changeset: 9df85348a932 Author:amurillo Date: 2016-08-04 17:32 + URL: http://hg.openjdk.java.net/jigsaw/jake/jaxws/rev/9df85348a932 Added tag jdk-9+130 for changeset 39c6293131d9 ! .hgtags Changeset: 783e7e2c587f Author:rriggs Date: 2016-08-08 10:15 -0400 URL:

hg: jigsaw/jake/jaxp: 11 new changesets

2016-08-11 Thread mandy . chung
Changeset: 794a2f7c2bb6 Author:snikandrova Date: 2016-07-27 18:23 +0300 URL: http://hg.openjdk.java.net/jigsaw/jake/jaxp/rev/794a2f7c2bb6 8021787: javax.xml.datatype.XMLGregorianCalendar.getMonth() return is documented wrong Reviewed-by: joehw, rriggs !

hg: jigsaw/jake/corba: 3 new changesets

2016-08-11 Thread mandy . chung
Changeset: f7e1d5337c2e Author:amurillo Date: 2016-08-04 17:32 + URL: http://hg.openjdk.java.net/jigsaw/jake/corba/rev/f7e1d5337c2e Added tag jdk-9+130 for changeset 77f9692d5976 ! .hgtags Changeset: 1ab4b9399c4c Author:lana Date: 2016-08-11 15:47 + URL:

hg: jigsaw/jake: 40 new changesets

2016-08-11 Thread mandy . chung
Changeset: 03e2c69ce64a Author:valeriep Date: 2016-07-27 01:26 + URL: http://hg.openjdk.java.net/jigsaw/jake/rev/03e2c69ce64a 8159488: Deprivilege java.xml.crypto Summary: Moved java.xml.crypto module from boot modules to platform modules Reviewed-by: mullan !

Re: Review request 8136930: Simplify use of module-system options by custom launchers

2016-08-11 Thread Mandy Chung
> On Aug 11, 2016, at 1:41 PM, Alexandre (Shura) Iline > wrote: > > >> On Aug 11, 2016, at 1:06 PM, Jonathan Gibbons >> wrote: >> >> Shura, >> >> Such is the nature of things, I would expect there are some instances of the >> old

Re: Review request 8136930: Simplify use of module-system options by custom launchers

2016-08-11 Thread Alexandre (Shura) Iline
> On Aug 11, 2016, at 1:06 PM, Jonathan Gibbons > wrote: > > Shura, > > Such is the nature of things, I would expect there are some instances of the > old style options inbound from separate changesets under development or in > review. I would expect that we

MNG-5567: Zips on classpath

2016-08-11 Thread Paul Benedict
I see that zip files will be added to the classpath with Maven 3.4: https://issues.apache.org/jira/browse/MNG-5567 I am sure there is a way to exclude them from the classpath, too, right? What is the means to do that? Not every "zip" is a jar. In fact, Java has 2 NIO file system providers -- one

Re: Review request 8136930: Simplify use of module-system options by custom launchers

2016-08-11 Thread Alexandre (Shura) Iline
> On Aug 11, 2016, at 7:57 AM, Mandy Chung wrote: > > Tests in jdk, hotspot, langtools, jaxp and nashorn repos have been converted > to use the new options when this fix was pushed. > > Any test changes in jdk9/client or jdk9/hs that are not yet in jdk9/dev would >

Re: Review request 8136930: Simplify use of module-system options by custom launchers

2016-08-11 Thread Mandy Chung
Tests in jdk, hotspot, langtools, jaxp and nashorn repos have been converted to use the new options when this fix was pushed. Any test changes in jdk9/client or jdk9/hs that are not yet in jdk9/dev would require changes. Mandy > On Aug 11, 2016, at 7:47 AM, Alexandre (Shura) Iline >

Re: Review request 8136930: Simplify use of module-system options by custom launchers

2016-08-11 Thread Alexandre (Shura) Iline
Hi, Mandy. Could you help to identify what tests in the JTreg suite(s) require more work to switch to the new options? Or the other way around: which tests have been fixed with this commit? Thank you. > On Aug 5, 2016, at 1:11 PM, Mandy Chung wrote: > > This patch