Re: New proposal for #ReflectiveAccessToNonExportedTypes: Open modules & open packages

2016-11-18 Thread Andrew Dinn
On 12/11/16 03:23, John Rose wrote: > On Nov 11, 2016, at 7:09 AM, fo...@univ-mlv.fr > wrote: >> MH.invokeWithArguments takes an array of arguments but because it is >> specified as a varargs you may think that it works like Method.invoke, >> but it is a trap, >> it takes

Re: RFR: JDK-8168256 - Plugin alias options in jlink --help output seems to be in an arbitrary order

2016-11-18 Thread Mandy Chung
> On Nov 16, 2016, at 7:00 AM, Jim Laskey (Oracle) > wrote: > > Sorts options by full name > > http://cr.openjdk.java.net/~jlaskey/8168256/webrev/index.html > https://bugs.openjdk.java.net/browse/JDK-8168256 > 113 public Option(boolean hasArg, Processing processing, String name, St

onejars under Jigsaw

2016-11-18 Thread org . openjdk
Hello! When I write command line applications, I typically produce an additional platform-independent "onejar" for convenience. More specifically, I use the Maven Shade plugin to pack all of the classes of all of the dependencies into a single jar with MainClass attribute. The main benefit of doin