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
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
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
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
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
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
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