hg: jdk7u/jdk7u/jdk: 19 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Mon Apr 8 11:44:31 PDT 2013
Changeset: 2e974e6ee037
Author: alitvinov
Date: 2013-03-20 20:49 +0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/2e974e6ee037
6550588: java.awt.Desktop cannot open file with Windows UNC filename
Reviewed-by: art, uta
! src/windows/classes/sun/awt/windows/WDesktopPeer.java
! src/windows/native/sun/windows/awt_Desktop.cpp
+ test/java/awt/Desktop/OpenByUNCPathNameTest/OpenByUNCPathNameTest.java
Changeset: b6d3fed1f4b5
Author: coffeys
Date: 2013-03-21 12:37 +0000
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/b6d3fed1f4b5
8007315: HttpURLConnection.filterHeaderField method returns null where empty string is expected
Reviewed-by: chegar
! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
! test/sun/net/www/protocol/http/HttpOnly.java
Changeset: d07c9d4269fc
Author: sherman
Date: 2013-01-11 22:43 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/d07c9d4269fc
8005466: JAR file entry hash table uses too much memory (zlib_util.c)
Summary: realign the fields of jzcell struct
Reviewed-by: sherman
Contributed-by: ioi.lam at oracle.com
! src/share/native/java/util/zip/zip_util.h
Changeset: 3ddd92f1e684
Author: weijun
Date: 2013-03-22 19:59 +0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/3ddd92f1e684
8000624: Move MaxRetries.java to ProblemList for the moment
8010531: Add BadKdc* tests to problem list for solaris-sparcv9
Reviewed-by: alanb
! test/ProblemList.txt
Changeset: 57eae5ab5a75
Author: robm
Date: 2013-03-14 00:21 +0000
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/57eae5ab5a75
8009650: HttpClient available() check throws SocketException when connection has been closed
Reviewed-by: chegar, khazra, dsamersoff
Contributed-by: sdouglas at redhat.com
! src/share/classes/sun/net/www/http/HttpClient.java
+ test/sun/net/www/http/HttpClient/IsAvailable.java
Changeset: f5296c31f226
Author: robm
Date: 2013-03-21 17:33 +0000
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/f5296c31f226
8009251: Add proxy handling and keep-alive fixes to jsse
Reviewed-by: chegar
! src/share/classes/sun/net/www/http/HttpClient.java
! src/share/classes/sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java
! src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Changeset: 5bb351598308
Author: chegar
Date: 2013-03-20 14:39 +0000
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/5bb351598308
8010282: sun.net.www.protocol.jar.JarFileFactory.close(JarFile) should be thread-safe
Reviewed-by: khazra, alanb
! src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java
! src/solaris/classes/sun/net/www/protocol/jar/JarFileFactory.java
! src/windows/classes/sun/net/www/protocol/jar/JarFileFactory.java
Changeset: 790d7cc1decd
Author: malenkov
Date: 2013-03-25 11:56 +0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/790d7cc1decd
7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
Reviewed-by: alexsch, serb
! src/share/classes/javax/swing/plaf/synth/SynthScrollBarUI.java
+ test/javax/swing/JScrollBar/7163696/Test7163696.java
Changeset: 6d99cacbd19e
Author: malenkov
Date: 2013-03-25 12:07 +0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/6d99cacbd19e
8000183: JCK/7b59: api/java_beans/Introspector/descriptions_Introspector fails on arm platforms
Reviewed-by: alexsch
! src/share/classes/java/beans/PropertyDescriptor.java
! test/java/beans/Introspector/Test7192955.java
Changeset: 837004f93d74
Author: katleman
Date: 2013-03-25 15:43 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/837004f93d74
8006120: Provide "Server JRE" for 7u train
Reviewed-by: pbhat, cgruszka
Contributed-by: amy.y.wang at oracle.com
! make/common/Defs.gmk
! make/common/Release-macosx.gmk
! make/common/Release.gmk
Changeset: c5ed3000a57f
Author: khazra
Date: 2013-03-26 10:57 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/c5ed3000a57f
7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx]
Summary: Insert null check of argument in remove()'s implementation
Reviewed-by: forax, chegar, alanb
! src/macosx/classes/java/util/prefs/MacOSXPreferences.java
+ test/java/util/prefs/RemoveNullKeyCheck.java
Changeset: b05c71e97f84
Author: lana
Date: 2013-03-26 22:21 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/b05c71e97f84
Merge
Changeset: e945099a910a
Author: vkarnauk
Date: 2013-03-29 20:26 +0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/e945099a910a
8009221: [macosx] Two closed/javax/swing regression tests fail on MacOSX.
Reviewed-by: alexp, serb
+ test/javax/swing/JMenu/4515762/bug4515762.java
+ test/javax/swing/JRootPane/4670486/bug4670486.java
! test/javax/swing/regtesthelpers/Util.java
Changeset: 44a32ac28b54
Author: jgish
Date: 2013-01-10 15:09 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/44a32ac28b54
8005582: java/lang/Runtime/exec/WinCommand.java intermittent test failures
Summary: Remove file-deletion code at cleanup which conflicts with jtreg cleanup
Reviewed-by: chegar
! test/java/lang/Runtime/exec/WinCommand.java
Changeset: 53585f4d6494
Author: jbachorik
Date: 2013-02-05 12:28 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/53585f4d6494
7170447: Intermittent DeadListenerTest.java failure
Summary: Due to asynchronous nature of processing server notifications it may happen that an "unregister" notification ha$
Reviewed-by: sjiang
! test/javax/management/remote/mandatory/notif/DeadListenerTest.java
Changeset: 1aa871010e23
Author: khazra
Date: 2013-04-02 12:01 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/1aa871010e23
7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"
Summary: Set -Djava.util.prefs.userRoot to current working directory of user in the prefs tests
Reviewed-by: alanb, chegar, weijun, dxu
! test/java/util/prefs/AddNodeChangeListener.java
! test/java/util/prefs/CheckUserPrefsStorage.sh
! test/java/util/prefs/CommentsInXml.java
! test/java/util/prefs/ConflictInFlush.java
! test/java/util/prefs/ExportNode.java
! test/java/util/prefs/ExportSubtree.java
! test/java/util/prefs/PrefsSpi.sh
! test/java/util/prefs/RemoveReadOnlyNode.java
! test/java/util/prefs/RemoveUnregedListener.java
Changeset: 885ad3351534
Author: anthony
Date: 2012-01-18 19:09 +0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/885ad3351534
7130662: GTK file dialog crashes with a NPE
Summary: Guard adding a back slash to the directory name with an if (!= null) check
Reviewed-by: anthony, art
Contributed-by: Matt <melkor at orangepalantir.org>
! src/solaris/classes/sun/awt/X11/GtkFileDialogPeer.java
Changeset: 1fc4a8d78ef7
Author: lana
Date: 2013-04-03 12:49 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/1fc4a8d78ef7
Merge
Changeset: bb8764ec11c2
Author: lana
Date: 2013-04-08 11:37 -0700
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/bb8764ec11c2
Merge
More information about the jdk7u-dev
mailing list