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

2009-09-15 Thread Mandy Chung
Hi Andrew, > Why not just use a straightforward static assignment to a final > variable as before? A simple AWT app creates 79 loggers on solaris-i586 and 34 loggers on windows-i586. SwingSet2 creates a total of 85 loggers on solaris-i586 and 35 on windows-i586. Improvement on client startu

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

2009-09-15 Thread Mandy Chung
Oleg Sukhodolsky wrote: On Mon, Sep 14, 2009 at 9:19 PM, Mandy Chung wrote: I thought that it is possible to log int a file using default logger, Not the default logging configuration. thus I was surprised that description of PlatformLogger says about System.err. I'd expect PlatformLogge

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

2009-09-15 Thread Ismael Juma
Hey Mandy, Mandy Chung writes: > Improvement on client startup performance and memory footprint has > always been one of our top features in the past releases. Are there any numbers that back that up? The initial message said: "Startup Performance: This change does not have significant startu

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

2009-09-15 Thread Mandy Chung
Alan, Thanks for the review. I'll send out a new webrev to incorporate your feedback. Yes, I file a CR for the http protocol handler: 6882384: Update http protocol handler to use PlatformLogger Several 2D and sun.font classes are refactored in the 2D repository that will be integrated for b