Re: [OpenJDK 2D-Dev] Review Request for 6879044

2009-09-22 Thread Andrei V. Dmitriev
Igor Nekrestyanov wrote: Let me clarify this as it is does not directly translate into 3x footprint. But savings are not just "size of classes to be loaded". Common "core" classes are also included into shared archive (classes.jsa) and removing logging classes from the "core" will reduce siz

Re: [OpenJDK 2D-Dev] Review Request for 6879044

2009-09-22 Thread Andrei V. Dmitriev
Mandy Chung wrote: (I took the core-libs-dev off as this is about awt/2d/swing discussion). The main question is whether the client stack wants to require the dependency on logging when the JDK is broken down into fine-grained module. It is fine to wait until the jigsaw module system is read

Re: [OpenJDK 2D-Dev] Review Request for 6879044

2009-09-22 Thread Igor Nekrestyanov
Let me clarify this as it is does not directly translate into 3x footprint. But savings are not just "size of classes to be loaded". Common "core" classes are also included into shared archive (classes.jsa) and removing logging classes from the "core" will reduce size of classes.jsa (which is m

Re: [OpenJDK 2D-Dev] Review Request for 6879044

2009-09-22 Thread Igor Nekrestyanov
BTW, note that reducing set of required core classes will save 3x of memory at least (think of jqs and classes.jsa in addition to rt.jar (on windows)). -igor On 9/22/09 10:19 AM, Mandy Chung wrote: (I took the core-libs-dev off as this is about awt/2d/swing discussion). The main question is

Re: [OpenJDK 2D-Dev] Review Request for 6879044

2009-09-22 Thread Mandy Chung
(I took the core-libs-dev off as this is about awt/2d/swing discussion). The main question is whether the client stack wants to require the dependency on logging when the JDK is broken down into fine-grained module. It is fine to wait until the jigsaw module system is ready to provide the pe