hg: jdk9/client/jdk: 14 new changesets
philip.race at oracle.com
philip.race at oracle.com
Mon Aug 1 17:30:12 UTC 2016
Changeset: 4963636a45a7
Author: amurillo
Date: 2016-07-28 16:08 +0000
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/4963636a45a7
Added tag jdk-9+129 for changeset 47699aa2e69e
! .hgtags
Changeset: d7a97d5db744
Author: amurillo
Date: 2016-07-28 16:43 +0000
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/d7a97d5db744
Merge
- src/java.base/linux/classes/sun/nio/fs/GioFileTypeDetector.java
- src/java.base/linux/classes/sun/nio/fs/MagicFileTypeDetector.java
- src/java.base/linux/native/libnio/fs/GioFileTypeDetector.c
- src/java.base/linux/native/libnio/fs/MagicFileTypeDetector.c
- src/java.desktop/macosx/classes/sun/lwawt/macosx/AccessibilityEventMonitor.java
- src/jdk.jlink/share/classes/jdk/tools/jlink/internal/AbstractModuleEntry.java
- src/jdk.jlink/share/classes/jdk/tools/jlink/internal/ArchiveEntryModuleEntry.java
- src/jdk.jlink/share/classes/jdk/tools/jlink/internal/ByteArrayModuleEntry.java
- src/jdk.jlink/share/classes/jdk/tools/jlink/internal/ModuleEntryFactory.java
- src/jdk.jlink/share/classes/jdk/tools/jlink/internal/ModulePoolImpl.java
- src/jdk.jlink/share/classes/jdk/tools/jlink/internal/PathModuleEntry.java
- src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/LinkModule.java
- src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/ModuleEntry.java
- src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/ModulePool.java
Changeset: cfa4e6366bf0
Author: wetmore
Date: 2016-07-28 10:35 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/cfa4e6366bf0
8161303: Sample NIO Server README needs updating.
Reviewed-by: xuelei
! src/sample/share/nio/server/README.txt
Changeset: 791ea7afe30f
Author: martin
Date: 2016-07-27 10:34 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/791ea7afe30f
8160605: java/util/SplittableRandom/SplittableRandomTest.java failed with timeout
Reviewed-by: psandoz, darcy
- test/java/util/SplittableRandom/SplittableRandomTest.java
- test/java/util/concurrent/ThreadLocalRandom/ThreadLocalRandomTest.java
! test/java/util/concurrent/tck/JSR166TestCase.java
Changeset: 8339f9062dd8
Author: wetmore
Date: 2016-07-28 12:09 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/8339f9062dd8
8161527: NPE is thrown if exempt application is bundled with specific cryptoPerms
Reviewed-by: xuelei
! src/java.base/share/classes/javax/crypto/CryptoPermissions.java
! test/TEST.ROOT
+ test/javax/crypto/CryptoPermissions/README.txt
+ test/javax/crypto/CryptoPermissions/TestExemption.java
+ test/javax/crypto/CryptoPermissions/TestExemption.sh
+ test/javax/crypto/CryptoPermissions/cryptoPerms
Changeset: 9410dfad9f32
Author: darcy
Date: 2016-07-28 16:16 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/9410dfad9f32
8162746: VersionCheck.java failure after change for JDK-8160921
Reviewed-by: tbell
! test/tools/launcher/VersionCheck.java
Changeset: b9682e539370
Author: chegar
Date: 2016-07-28 17:25 +0100
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/b9682e539370
8134779: (jmod) ZipException is thrown if there are duplicate resources
8134847: (jmod) module-info encountered in the cmds, libs or config is not added to jmod file
Reviewed-by: alanb
! src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java
! src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties
! test/tools/jmod/JmodNegativeTest.java
! test/tools/jmod/JmodTest.java
Changeset: f04462601c21
Author: ddehaven
Date: 2016-07-29 09:34 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/f04462601c21
8161544: JDK9 message drop 20 resource updates - OpenJDK
Summary: JDK9 message drop 20 resource updates - openjdk
Reviewed-by: peytoia, weijun
Contributed-by: li.jiang at oracle.com
! src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource_ja.java
! src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource_zh_CN.java
! src/java.base/share/classes/sun/launcher/resources/launcher_de.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_es.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_fr.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_it.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_ja.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_ko.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_pt_BR.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_sv.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_zh_CN.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_zh_TW.properties
! src/java.desktop/share/classes/com/sun/accessibility/internal/resources/accessibility_ko.properties
! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources_ja.java
! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources_zh_CN.java
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_de.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_es.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_fr.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_it.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_ja.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_ko.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_pt_BR.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_sv.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_zh_CN.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_zh_TW.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_ja.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_zh_CN.properties
! src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod_ja.properties
! src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod_zh_CN.properties
Changeset: 8730c04eac90
Author: mullan
Date: 2016-07-29 19:00 -0400
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/8730c04eac90
8159752: Grant de-privileged module permissions by default with java.security.policy override option
Reviewed-by: alanb, chegar, mchung, tbell, weijun
! make/copy/Copy-java.base.gmk
! src/java.base/share/classes/sun/security/provider/PolicyFile.java
! src/java.base/share/conf/security/java.policy
+ src/java.base/share/lib/security/default.policy
+ src/java.base/solaris/lib/security/default.policy
- src/java.base/windows/conf/security/java.policy
+ src/java.base/windows/lib/security/default.policy
+ test/sun/security/provider/PolicyFile/DefaultPolicy.java
+ test/sun/security/provider/PolicyFile/Extra.policy
Changeset: f28d7d2c4688
Author: weijun
Date: 2016-07-31 09:37 +0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/f28d7d2c4688
8159528: Deprivilege java.security.jgss, jdk.security.jgss and jdk.security.auth
Reviewed-by: mchung, mullan
! src/java.base/share/lib/security/default.policy
! test/sun/security/krb5/auto/SSL.java
Changeset: b57891579b62
Author: weijun
Date: 2016-07-31 09:40 +0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/b57891579b62
8162752: keytool -importkeystore should probe srcstoretype if not specified
Reviewed-by: mullan
! src/java.base/share/classes/sun/security/tools/keytool/Main.java
+ test/sun/security/tools/keytool/HasSrcStoretypeOption.java
Changeset: 17a073876794
Author: rgoel
Date: 2016-08-01 15:55 +0900
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/17a073876794
8066652: Default TimeZone is GMT not local if user.timezone is invalid on Mac OS
Reviewed-by: okutsu
! src/java.base/unix/native/libjava/TimeZone_md.c
+ test/java/util/TimeZone/Bug8066652.java
+ test/java/util/TimeZone/Bug8066652.sh
Changeset: 5584be31a8f9
Author: mullan
Date: 2016-08-01 09:58 -0400
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/5584be31a8f9
8161506: Deprecate pre-1.2 SecurityManager methods and fields with forRemoval=true
Reviewed-by: coleenp, jnimeh, xuelei
! src/java.base/share/classes/java/lang/SecurityManager.java
Changeset: 45b3bb1b2c10
Author: prr
Date: 2016-08-01 10:06 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/45b3bb1b2c10
Merge
- src/java.base/windows/conf/security/java.policy
- test/java/util/SplittableRandom/SplittableRandomTest.java
- test/java/util/concurrent/ThreadLocalRandom/ThreadLocalRandomTest.java
More information about the jdk9-all-changes
mailing list