hg: jdk7/tl/jdk: 7012540: java.util.Objects.nonNull() incorrectly named

2011-02-02 Thread brian . goetz
Changeset: 25462d7eee24 Author:briangoetz Date: 2011-02-02 13:13 -0500 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/25462d7eee24 7012540: java.util.Objects.nonNull() incorrectly named Reviewed-by: darcy, weijun ! src/share/classes/java/io/PrintStream.java ! src/share/classes/jav

Re: Code Review 7008595: Class loader leak caused by keepAliveTimer thread in KeepAliveCache

2011-02-02 Thread Michael McMahon
Chris Hegarty wrote: Alan, Michael, Trivially, set the thread context classloader to null for the keep-alive timer and cache cleaner threads. http://cr.openjdk.java.net/~chegar/7008595/webrev.00/webrev/ Thanks, -Chris. Seems reasonable. - Michael.

Code Review 7008595: Class loader leak caused by keepAliveTimer thread in KeepAliveCache

2011-02-02 Thread Chris Hegarty
Alan, Michael, Trivially, set the thread context classloader to null for the keep-alive timer and cache cleaner threads. http://cr.openjdk.java.net/~chegar/7008595/webrev.00/webrev/ Thanks, -Chris.