hg: type-annotations/type-annotations/jdk: 16 new changesets

wdietl at gmail.com wdietl at gmail.com
Wed May 29 17:09:24 PDT 2013


Changeset: d78f91ab0e96
Author:    uta
Date:      2013-05-27 15:18 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/d78f91ab0e96

8014394: (fs) WatchService failing when watching \\server\$d
Reviewed-by: alanb

! src/windows/classes/sun/nio/fs/WindowsConstants.java
! src/windows/classes/sun/nio/fs/WindowsNativeDispatcher.java
! src/windows/classes/sun/nio/fs/WindowsWatchService.java
! src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c

Changeset: 0b8dab7fec54
Author:    plevart
Date:      2013-05-27 09:41 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0b8dab7fec54

7038914: VM could throw uncaught OOME in ReferenceHandler thread
Summary: Catch OutOfMemoryError in reference handler thread if caused by allocation of an InterruptedException
Reviewed-by: dholmes, alanb

! src/share/classes/java/lang/ref/Reference.java
+ test/java/lang/ref/OOMEInReferenceHandler.java

Changeset: a2dc42667df3
Author:    chegar
Date:      2013-05-27 14:00 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a2dc42667df3

8015439: Minor/sync/cleanup of ConcurrentHashMap
Reviewed-by: chegar
Contributed-by: Doug Lea <dl at cs.oswego.edu>, Chris Hegarty <chris.hegarty at oracle.com>

! src/share/classes/java/util/concurrent/ConcurrentHashMap.java

Changeset: 9bbf2237071e
Author:    chegar
Date:      2013-05-27 15:24 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/9bbf2237071e

Merge


Changeset: bbf6e6222726
Author:    nloodin
Date:      2013-05-27 17:10 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/bbf6e6222726

6470730: Disconnect button leads to wrong popup message
Reviewed-by: dcubed, sla, egahlin

! src/share/classes/sun/tools/jconsole/VMPanel.java

Changeset: 7d9fab5d86cd
Author:    jbachorik
Date:      2013-05-28 15:57 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7d9fab5d86cd

8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows
Reviewed-by: chegar, smarks, dfuchs

! test/ProblemList.txt
! test/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java
! test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Server.java
+ test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java
- test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh

Changeset: 7d7bfce34a79
Author:    dsamersoff
Date:      2013-05-28 18:46 +0400
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7d7bfce34a79

8014420: Default JDP address does not match the one assigned by IANA
Summary: JDP protocol defaults changed to IANA assigned values
Reviewed-by: dholmes, jbachorik, hirt
Contributed-by: fweimer at redhat.com

! src/share/classes/sun/management/Agent.java
! src/share/classes/sun/management/jdp/package-info.java
! test/sun/management/jdp/JdpTest.sh

Changeset: b16a8b4ae6b4
Author:    robm
Date:      2013-05-28 16:35 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b16a8b4ae6b4

7038105: File.isHidden() should return true for pagefile.sys and hiberfil.sys
Reviewed-by: alanb

! src/windows/native/java/io/WinNTFileSystem_md.c
! test/java/io/File/IsHidden.java

Changeset: 7fa2d1dcb8f6
Author:    sherman
Date:      2013-05-28 10:42 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7fa2d1dcb8f6

8001750: CharsetDecoder.replacement should not be changeable except via replaceWith method
Summary: to make defensive copy for set/get replacement byte array
Reviewed-by: martin

! src/share/classes/java/nio/charset/Charset-X-Coder.java.template
! src/share/classes/sun/nio/cs/UTF_8.java
! src/share/classes/sun/nio/cs/ext/DoubleByte.java
! src/share/classes/sun/nio/cs/ext/HKSCS.java

Changeset: b99d56d1aa3f
Author:    naoto
Date:      2013-05-28 14:02 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b99d56d1aa3f

6251788: (rb) PropertyResourceBundle doesn't document exceptions
Reviewed-by: okutsu

! src/share/classes/java/util/PropertyResourceBundle.java

Changeset: 1652a22cf6e7
Author:    xuelei
Date:      2013-05-28 18:47 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1652a22cf6e7

8010815: some constructors issues in com.sun.jndi.toolkit
Reviewed-by: alanb

! src/share/classes/com/sun/jndi/toolkit/ctx/Continuation.java
! src/share/classes/com/sun/jndi/toolkit/dir/LazySearchEnumerationImpl.java
! src/share/classes/com/sun/jndi/toolkit/url/GenericURLContext.java

Changeset: e59d7f0f36f7
Author:    ewang
Date:      2013-05-28 22:22 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/e59d7f0f36f7

8009258: TEST_BUG:java/io/pathNames/GeneralWin32.java fails intermittently
Reviewed-by: dxu, alanb
Contributed-by: yiming.wang at oracle.com

! test/java/io/pathNames/General.java
! test/java/io/pathNames/GeneralWin32.java

Changeset: bd6d3801347b
Author:    sla
Date:      2013-05-29 09:42 +0200
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/bd6d3801347b

8015440: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException
Summary: Make sure serial gc compacts heap every time
Reviewed-by: mchung, brutisso, nloodin

! test/java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java

Changeset: 2b3242a69a44
Author:    alanb
Date:      2013-05-29 10:24 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/2b3242a69a44

8014928: (fs) Files.readAllBytes() copies content to new array when content completely read
Reviewed-by: martin

! src/share/classes/java/nio/file/Files.java

Changeset: 00ad19610e75
Author:    vinnie
Date:      2013-05-29 14:57 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/00ad19610e75

7174966: With OCSP enabled on Java 7 get error 'Wrong key usage' with Comodo certificate
Reviewed-by: xuelei

! src/share/classes/sun/security/provider/certpath/OCSPResponse.java

Changeset: a7740b63cf37
Author:    wmdietl
Date:      2013-05-29 17:09 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a7740b63cf37

Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk




More information about the type-annotations-dev mailing list