Re: Code Review 6863419: MimeTable initialization is too greedy

2010-10-12 Thread Chris Hegarty
Alan Bateman wrote: Chris Hegarty wrote: Alan, Michael, This is the JDK part of the changes for this CR. Trivially, it just fixes the unsafe lazy initialization of default instance of MimeTable. http://cr.openjdk.java.net/~chegar/6863419/webrev.00/webrev/ Thanks, -Chris. Looks okay to me.

Re: Code Review 6863419: MimeTable initialization is too greedy

2010-10-12 Thread Alan Bateman
Chris Hegarty wrote: Alan, Michael, This is the JDK part of the changes for this CR. Trivially, it just fixes the unsafe lazy initialization of default instance of MimeTable. http://cr.openjdk.java.net/~chegar/6863419/webrev.00/webrev/ Thanks, -Chris. Looks okay to me. A comment on the new D

Code Review 6863419: MimeTable initialization is too greedy

2010-10-12 Thread Chris Hegarty
Alan, Michael, This is the JDK part of the changes for this CR. Trivially, it just fixes the unsafe lazy initialization of default instance of MimeTable. http://cr.openjdk.java.net/~chegar/6863419/webrev.00/webrev/ Thanks, -Chris.