Re: RFR: 8175561: Memory churn in jimage code affects startup after resource encapsulation changes

2017-03-02 Thread Claes Redestad
Thanks for reviews, Jim and Mandy! I've pushed the change... On 03/02/2017 12:06 AM, Jim Laskey (Oracle) wrote: My only concern at this point is if Claes and I get hit by a bus, no one will be able to figure this out. I recommend that next release that we switch to character based hash. This

ResolutionException when migrating to Jigsaw

2017-03-02 Thread Rahman USTA
Hello, I'm getting the following exception when I try to move my project to Jigsaw. java.lang.module.ResolutionException: Modules *plugin* and *jdk.plugin.dom* export package *com.sun.java.browser.plugin2* to module *ikonli.fontawesome.pack* What does it mean? How can I resolve this issue? Than

Re: ResolutionException when migrating to Jigsaw

2017-03-02 Thread Alan Bateman
On 02/03/2017 14:31, Rahman USTA wrote: Hello, I'm getting the following exception when I try to move my project to Jigsaw. java.lang.module.ResolutionException: Modules *plugin* and *jdk.plugin.dom* export package *com.sun.java.browser.plugin2* to module *ikonli.fontawesome.pack* What does i

Re: java.desktop modularization

2017-03-02 Thread Hontvári Attila
(cc-ing awt-dev) I made a prototype, where java.desktop is split into 16+1 modules. java.swing is the largest module, its size is 6.9 MB, less than the one third of original java.desktop's size (23.3 MB). The prototype compiles without errors, but there are many runtime errors. If there is int

Re: ResolutionException when migrating to Jigsaw

2017-03-02 Thread Rahman USTA
ikonli.fontawesome.pack is not a modular jar, so it is an auto-module and it is a 3rd party dependency. When I look at source code of it, I didn't see any import for com.sun.java.browser.plugin2 if I didn't miss anything else. So, is there a chance to export *jdk.plugin.dom* to *ikonli.fontawesome

Re: ResolutionException when migrating to Jigsaw

2017-03-02 Thread Alan Bateman
On 02/03/2017 19:55, Rahman USTA wrote: ikonli.fontawesome.pack is not a modular jar, so it is an auto-module and it is a 3rd party dependency. When I look at source code of it, I didn't see any import for com.sun.java.browser.plugin2 if I didn't miss anything else. So, is there a chance to