hg: jdk7u/jdk7u-osx/jdk: 26 new changesets
michael.x.mcmahon at oracle.com
michael.x.mcmahon at oracle.com
Tue Jan 24 01:00:01 PST 2012
Changeset: d8462705e74c
Author: chegar
Date: 2012-01-16 18:05 +0000
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/d8462705e74c
7129083: CookieManager does not store cookies if url is read before setting cookie manager
Reviewed-by: michaelm
! src/share/classes/sun/net/www/http/HttpClient.java
! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
! src/share/classes/sun/net/www/protocol/https/HttpsClient.java
+ test/sun/net/www/http/HttpClient/CookieHttpClientTest.java
+ test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java
Changeset: df5426ea5204
Author: chegar
Date: 2012-01-17 19:51 +0000
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/df5426ea5204
6671616: TEST_BUG: java/io/File/BlockIsDirectory.java fails when /dev/dsk empty (sol)
Reviewed-by: alanb
- test/java/io/File/BlockIsDirectory.java
Changeset: 5470f5450566
Author: alanb
Date: 2012-01-18 11:08 +0000
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/5470f5450566
7130398: ProblemList.txt updates (1/2012)
Reviewed-by: chegar
! test/ProblemList.txt
Changeset: 730a7019e5bc
Author: coffeys
Date: 2012-01-18 11:12 +0000
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/730a7019e5bc
7058133: Javah should use the freshly built classes instead of those from the BOOTDIR jdk
Reviewed-by: valeriep
! make/sun/security/ec/Makefile
! make/sun/security/mscapi/Makefile
! make/sun/security/pkcs11/Makefile
Changeset: de5e9bf5b313
Author: valeriep
Date: 2012-01-18 13:02 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/de5e9bf5b313
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
Summary: Added the OracleUcrypto provider for utilizing the Solaris ucrypto API.
Reviewed-by: weijun
! make/com/oracle/Makefile
+ make/com/oracle/net/Makefile
+ make/com/oracle/nio/Makefile
+ make/com/oracle/security/ucrypto/FILES_c.gmk
+ make/com/oracle/security/ucrypto/Makefile
+ make/com/oracle/security/ucrypto/mapfile-vers
+ make/com/oracle/util/Makefile
! src/share/lib/security/java.security-solaris
! test/Makefile
+ test/com/oracle/security/ucrypto/TestAES.java
+ test/com/oracle/security/ucrypto/TestDigest.java
+ test/com/oracle/security/ucrypto/TestRSA.java
+ test/com/oracle/security/ucrypto/UcryptoTest.java
! test/java/security/Provider/DefaultPKCS11.java
Changeset: 9ec80e94c5cd
Author: valeriep
Date: 2012-01-18 19:33 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/9ec80e94c5cd
7092825: javax.crypto.Cipher.Transform.patternCache is synchronizedMap and became scalability bottleneck.
Summary: Changed patternCache from synchronizedMap to ConcurrentHashMap.
Reviewed-by: mullan
! src/share/classes/javax/crypto/Cipher.java
Changeset: b2488252ba0c
Author: valeriep
Date: 2012-01-18 19:35 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/b2488252ba0c
7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException
Summary: Changed to always use full transformation as provider properties.
Reviewed-by: mullan
! src/share/classes/sun/security/pkcs11/SunPKCS11.java
! test/javax/crypto/Cipher/GetMaxAllowed.java
Changeset: aa79e3ead22d
Author: dbuck
Date: 2012-01-19 12:00 +0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/aa79e3ead22d
7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
Reviewed-by: bae, prr
! make/sun/awt/Makefile
Changeset: e931d7fb0043
Author: fparain
Date: 2012-01-19 01:02 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/e931d7fb0043
7104647: Adding a diagnostic command framework
Reviewed-by: mchung, dholmes
! make/common/Release.gmk
! make/java/management/mapfile-vers
! make/launchers/Makefile
! make/sun/tools/Makefile
+ src/linux/doc/man/jcmd.1
+ src/share/classes/com/sun/management/DiagnosticCommandArgumentInfo.java
+ src/share/classes/com/sun/management/DiagnosticCommandInfo.java
! src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java
! src/share/classes/sun/management/HotSpotDiagnostic.java
! src/share/classes/sun/tools/attach/HotSpotVirtualMachine.java
+ src/share/classes/sun/tools/jcmd/Arguments.java
+ src/share/classes/sun/tools/jcmd/JCmd.java
! src/share/javavm/export/jmm.h
! src/share/native/sun/management/HotSpotDiagnostic.c
+ src/solaris/doc/sun/man/man1/jcmd.1
+ test/com/sun/management/HotSpotDiagnosticMXBean/ExecuteDiagnosticCommand.java
+ test/com/sun/management/HotSpotDiagnosticMXBean/GetDiagnosticCommandInfo.java
+ test/com/sun/management/HotSpotDiagnosticMXBean/GetDiagnosticCommands.java
! test/sun/tools/common/CommonSetup.sh
+ test/sun/tools/jcmd/dcmd-script.txt
+ test/sun/tools/jcmd/help_help.out
+ test/sun/tools/jcmd/jcmd-Defaults.sh
+ test/sun/tools/jcmd/jcmd-f.sh
+ test/sun/tools/jcmd/jcmd-help-help.sh
+ test/sun/tools/jcmd/jcmd-help.sh
+ test/sun/tools/jcmd/jcmd-pid.sh
+ test/sun/tools/jcmd/jcmd_Output1.awk
+ test/sun/tools/jcmd/jcmd_pid_Output1.awk
+ test/sun/tools/jcmd/jcmd_pid_Output2.awk
+ test/sun/tools/jcmd/usage.out
Changeset: 029394aa3e44
Author: katleman
Date: 2011-12-28 15:41 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/029394aa3e44
Added tag jdk7u4-b06 for changeset 2c1b789d1803
! .hgtags
Changeset: d34bb20fc52e
Author: lana
Date: 2012-01-13 11:12 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/d34bb20fc52e
Merge
Changeset: 73961d6fc494
Author: katleman
Date: 2012-01-19 09:35 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/73961d6fc494
Added tag jdk7u4-b07 for changeset d34bb20fc52e
! .hgtags
Changeset: 435a3314549f
Author: cgruszka
Date: 2011-09-16 11:13 -0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/435a3314549f
Merge
Changeset: a73a15b22a0b
Author: cgruszka
Date: 2011-09-23 10:25 -0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/a73a15b22a0b
Merge
Changeset: 1f54ad90c9c1
Author: cgruszka
Date: 2011-10-17 22:15 -0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/1f54ad90c9c1
7099017: jdk7u2-dev does not build
Summary: changes to skip demo/DEMOS_LICENSE and sample/SAMPLES_LICENSE when building OPENJDK
Reviewed-by: ohair, billyh
! make/common/Release.gmk
Changeset: 070b4b98885d
Author: cgruszka
Date: 2011-10-25 19:25 -0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/070b4b98885d
Merge
Changeset: 5ec14f014e10
Author: cgruszka
Date: 2011-11-07 21:04 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/5ec14f014e10
Merge
- src/share/native/sun/awt/libpng/pnggccrd.c
- src/share/native/sun/awt/libpng/pngvcrd.c
- test/java/io/etc/FileDescriptorSharing.java
Changeset: c6f2bd012ddf
Author: cgruszka
Date: 2011-11-17 15:48 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/c6f2bd012ddf
Merge
Changeset: ac81c77a109e
Author: cgruszka
Date: 2011-12-01 18:17 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/ac81c77a109e
Merge
Changeset: aa715726ab63
Author: cgruszka
Date: 2011-12-12 15:53 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/aa715726ab63
Merge
Changeset: 894df977ab68
Author: cgruszka
Date: 2011-12-15 13:09 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/894df977ab68
Merge
Changeset: e79e9c7316ab
Author: cgruszka
Date: 2011-12-22 14:53 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/e79e9c7316ab
Merge
Changeset: 98ad30ab22be
Author: cgruszka
Date: 2012-01-09 19:32 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/98ad30ab22be
Merge
Changeset: bcceb5734a34
Author: cgruszka
Date: 2012-01-20 00:13 -0500
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/bcceb5734a34
Merge
Changeset: 573f188ff65e
Author: lana
Date: 2012-01-20 15:48 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/573f188ff65e
Merge
Changeset: 831af87f8b99
Author: michaelm
Date: 2012-01-24 08:56 +0000
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/rev/831af87f8b99
Merge
! .hgtags
! make/com/oracle/net/Makefile
! make/common/Release.gmk
! make/sun/awt/Makefile
! make/sun/security/ec/Makefile
! make/sun/security/pkcs11/Makefile
! test/Makefile
! test/ProblemList.txt
- test/java/io/File/BlockIsDirectory.java
More information about the macosx-port-dev
mailing list