Re: RFR(XS): 8132475 : The commands in the modular images are executable by the owner only (once again)

2015-07-28 Thread Alan Bateman
On 28/07/2015 19:32, Volker Simonis wrote: Hi, could you please review this tiny change: http://cr.openjdk.java.net/~simonis/webrevs/2015/8132475/ https://bugs.openjdk.java.net/browse/JDK-8132475 After "8080511: Refresh of jimage support" the executable commands in jdk/bin and jre/bin are only

Re: Accessing internal packages in JDK 9

2015-07-28 Thread Simon Nash
mark.reinh...@oracle.com wrote: 2015/7/28 8:12 -0700, Simon Nash : mark.reinh...@oracle.com wrote: 2015/7/28 4:21 -0700, Simon Nash : ... With JDK 9 and Project Jigsaw, I understand that it will no longer be possible for my application to directly reference internal sun.* classes. Will it sti

Re: Accessing internal packages in JDK 9

2015-07-28 Thread Paul Benedict
Is the option the Visibility Policy file? Cheers, Paul On Tue, Jul 28, 2015 at 10:22 AM, wrote: > 2015/7/28 8:12 -0700, Simon Nash : > > mark.reinh...@oracle.com wrote: > >> 2015/7/28 4:21 -0700, Simon Nash : > >>> ... > >>> > >>> With JDK 9 and Project Jigsaw, I understand that it will no lon

Re: Accessing internal packages in JDK 9

2015-07-28 Thread mark . reinhold
2015/7/28 8:12 -0700, Simon Nash : > mark.reinh...@oracle.com wrote: >> 2015/7/28 4:21 -0700, Simon Nash : >>> ... >>> >>> With JDK 9 and Project Jigsaw, I understand that it will no longer be >>> possible for my application to directly reference internal sun.* classes. >>> Will it still be possib

Re: [SPAM?] Re: Accessing internal packages in JDK 9

2015-07-28 Thread Simon Nash
mark.reinh...@oracle.com wrote: 2015/7/28 4:21 -0700, Simon Nash : ... With JDK 9 and Project Jigsaw, I understand that it will no longer be possible for my application to directly reference internal sun.* classes. Will it still be possible to use ClassLoader.loadClass to load these sun.* class

Re: Accessing internal packages in JDK 9

2015-07-28 Thread mark . reinhold
2015/7/28 4:21 -0700, Simon Nash : > ... > > With JDK 9 and Project Jigsaw, I understand that it will no longer be > possible for my application to directly reference internal sun.* classes. > Will it still be possible to use ClassLoader.loadClass to load these sun.* > classes and use reflection t

Accessing internal packages in JDK 9

2015-07-28 Thread Simon Nash
I am developing an application that is using some internal JDK packages (sun.*) to work around some problems with "leaked" Swing objects that reference my application classloader via their protection domain. This means that my application classloader cannot be garbage collected even if I remove a