hg: nio/nio/jdk: 16 new changesets

alan.bateman at sun.com alan.bateman at sun.com
Fri Sep 19 06:03:10 PDT 2008


Changeset: 044bfa235270
Author:    dfuchs
Date:      2008-09-17 13:40 +0200
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/044bfa235270

6748745: JConsole: plotters don't resize well when the window is resized
Summary: part of the fix was contributed by jfdenise
Reviewed-by: jfdenise

! src/share/classes/sun/tools/jconsole/Plotter.java
! src/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java
! src/share/classes/sun/tools/jconsole/inspector/XPlotter.java
! src/share/classes/sun/tools/jconsole/inspector/XPlottingViewer.java

Changeset: a838a61887ac
Author:    alanb
Date:      2008-09-17 21:26 +0100
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/a838a61887ac

Merge


Changeset: e671ad3d046b
Author:    alanb
Date:      2008-09-17 21:33 +0100
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/e671ad3d046b

Path#normalize missing implementation on Windows

! src/share/classes/java/nio/file/Path.java
! src/solaris/classes/sun/nio/fs/UnixPath.java
! src/windows/classes/sun/nio/fs/WindowsPath.java
! test/java/nio/file/Path/PathOps.java

Changeset: 8980345492e2
Author:    alanb
Date:      2008-09-18 09:20 +0100
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/8980345492e2

AsynchronousFileChannel#truncate incorrect (non-Windows only)

! src/share/classes/sun/nio/ch/SimpleAsynchronousFileChannelImpl.java
! test/java/nio/channels/AsynchronousFileChannel/Basic.java

Changeset: 5c52b8be8629
Author:    alanb
Date:      2008-09-19 10:13 +0100
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/5c52b8be8629

Hang closing AsynchronousSocketChannel on Windows when using fixed
  thread pool and all threads are busy

! src/share/classes/sun/nio/ch/AsynchronousChannelGroupImpl.java
! src/share/classes/sun/nio/ch/Invoker.java
! src/solaris/classes/sun/nio/ch/EPollPort.java
! src/solaris/classes/sun/nio/ch/SolarisEventPort.java
! src/windows/classes/sun/nio/ch/Iocp.java
! src/windows/classes/sun/nio/ch/PendingIoCache.java
+ test/java/nio/channels/AsynchronousChannelGroup/GroupOfOne.java

Changeset: 008d1a19bce5
Author:    alanb
Date:      2008-09-19 11:05 +0100
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/008d1a19bce5

Restore no-arg delete method

! src/share/classes/java/nio/file/DirectoryStream.java
! src/share/classes/java/nio/file/FileAction.java
! src/share/classes/java/nio/file/FileRef.java
! src/share/classes/java/nio/file/FileStore.java
! src/share/classes/java/nio/file/FileSystem.java
! src/share/classes/java/nio/file/Path.java
! src/share/classes/java/nio/file/spi/AbstractPath.java
! test/java/nio/file/DirectoryStream/SecureDS.java
! test/java/nio/file/Files/ContentType.java
! test/java/nio/file/Path/CopyAndMove.java
! test/java/nio/file/Path/Links.java
! test/java/nio/file/Path/Misc.java
! test/java/nio/file/Path/SBC.java
! test/java/nio/file/Path/TemporaryFiles.java
! test/java/nio/file/TestUtil.java
! test/java/nio/file/attribute/Attributes/Basic.java
! test/java/nio/file/attribute/NamedAttributeView/Basic.java

Changeset: eb342082e2b6
Author:    jccollet
Date:      2008-09-04 15:26 +0200
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/eb342082e2b6

6692802: HttpCookie needs to support HttpOnly attribute
Summary: Added HttpOnly tag support to HttpCookie class.
Reviewed-by: chegar, michaelm

! src/share/classes/java/net/HttpCookie.java
! test/java/net/CookieHandler/TestHttpCookie.java

Changeset: d276b0716d13
Author:    wetmore
Date:      2008-09-05 00:43 -0700
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/d276b0716d13

Merge


Changeset: bcb61dfc8514
Author:    weijun
Date:      2008-09-08 14:17 +0800
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/bcb61dfc8514

6740833: krb5.conf does not accept kdc=hostname (no spaces around =)
Reviewed-by: xuelei

! src/share/classes/sun/security/krb5/Config.java

Changeset: b0378bb50d83
Author:    michaelm
Date:      2008-09-11 17:46 +0100
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/b0378bb50d83

6744329: Exception in light weight http server code
Reviewed-by: chegar

! src/share/classes/sun/net/httpserver/ChunkedOutputStream.java
+ test/com/sun/net/httpserver/bugs/B6744329.java

Changeset: 80fe10573687
Author:    mullan
Date:      2008-09-11 14:05 -0400
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/80fe10573687

6465942: Add problem identification facility to the CertPathValidator framework
Summary: Add support to the java.security.cert APIs for determining the reason that a certification path is invalid.
Reviewed-by: vinnie

! src/share/classes/java/security/cert/CertPathValidatorException.java
+ src/share/classes/java/security/cert/PKIXReason.java
! src/share/classes/sun/security/provider/certpath/BasicChecker.java
! src/share/classes/sun/security/provider/certpath/ConstraintsChecker.java
! src/share/classes/sun/security/provider/certpath/CrlRevocationChecker.java
! src/share/classes/sun/security/provider/certpath/ForwardBuilder.java
! src/share/classes/sun/security/provider/certpath/KeyChecker.java
! src/share/classes/sun/security/provider/certpath/OCSPChecker.java
! src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java
! src/share/classes/sun/security/provider/certpath/PKIXMasterCertPathValidator.java
! src/share/classes/sun/security/provider/certpath/PolicyChecker.java
! src/share/classes/sun/security/provider/certpath/ReverseBuilder.java
! src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java
! test/java/security/cert/CertPathValidator/nameConstraintsRFC822/ValidateCertPath.java
+ test/java/security/cert/CertPathValidatorException/ReasonTest.java
+ test/java/security/cert/CertPathValidatorException/Serial.java
+ test/java/security/cert/CertPathValidatorException/cert_file
+ test/java/security/cert/CertPathValidatorException/jdk6.serial
! test/java/security/cert/PolicyNode/GetPolicyQualifiers.java

Changeset: 482a1857b598
Author:    mullan
Date:      2008-09-11 18:13 -0400
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/482a1857b598

Merge


Changeset: 80fd09f239f4
Author:    wetmore
Date:      2008-09-15 00:41 -0700
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/80fd09f239f4

Merge


Changeset: 0100b3e66894
Author:    wetmore
Date:      2008-09-16 00:34 -0700
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/0100b3e66894

Merge


Changeset: e81a1ebde376
Author:    wetmore
Date:      2008-09-18 00:39 -0700
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/e81a1ebde376

Merge


Changeset: 1b8a97586dc4
Author:    alanb
Date:      2008-09-19 11:28 +0100
URL:       http://hg.openjdk.java.net/nio/nio/jdk/rev/1b8a97586dc4

Merge





More information about the nio-dev mailing list