Michael,
There is a leak in the windows version of the default proxy selector
implementation. If no proxy is enabled on the system, i.e.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ProxyEnable = 0, then the handle to the registry key is never
released.
Webr
Chris Hegarty wrote:
Michael,
There is a leak in the windows version of the default proxy selector
implementation. If no proxy is enabled on the system, i.e.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ProxyEnable = 0, then the handle to the registry key is n
Changeset: 26c6ee936f63
Author:weijun
Date: 2010-09-29 15:26 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/26c6ee936f63
6988163: sun.security.util.Resources dup and a keytool doc typo
Reviewed-by: xuelei
! src/share/classes/sun/security/tools/KeyTool.java
! src/share/classe
Changeset: f94af0667151
Author:jjg
Date: 2010-09-29 14:01 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/f94af0667151
6502392: Invalid relative names for Filer.createResource and Filer.getResource
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/file/JavacFil
Changeset: d2aaaec153e8
Author:darcy
Date: 2010-09-29 23:27 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/d2aaaec153e8
6983738: Use a JavacTestingAbstractProcessor
Reviewed-by: jjg
+ test/tools/javac/lib/JavacTestingAbstractProcessor.java
! test/tools/javac/processing