hg: jdk9/hs-rt/jdk: 20 new changesets
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Tue Sep 8 16:55:25 UTC 2015
Changeset: ab34efc88ca0
Author: redestad
Date: 2015-08-28 13:40 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/ab34efc88ca0
8134583: sun.management.HotspotCompilation should handle absence of per-thread perf counters
Reviewed-by: jbachorik, neliasso
! src/java.management/share/classes/sun/management/HotspotCompilation.java
Changeset: 5022109aa44e
Author: sherman
Date: 2015-08-27 14:32 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/5022109aa44e
8131067: (zipfs) Zip File System Provider returns doubly-encoded Path URIs
Summary: to decode the zip file path uri before passing it into zippath uri.
Reviewed-by: alanb
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystemProvider.java
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipPath.java
! test/jdk/nio/zipfs/ZipFSTester.java
Changeset: 3142555a4a1a
Author: darcy
Date: 2015-08-27 18:12 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/3142555a4a1a
8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful
Reviewed-by: prr
! test/javax/sound/midi/Devices/InitializationHang.java
Changeset: 4947810137ae
Author: ptbrunet
Date: 2015-08-27 22:35 -0500
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/4947810137ae
8134456: jdk/test/java/lang/SecurityManager/CheckPackageAccess.java failing on several platforms
Summary: Add new restricted packages to the test code
Reviewed-by: mullan, mchung
Contributed-by: peter.brunet at oracle.com
! test/java/lang/SecurityManager/RestrictedPackages.java
Changeset: 2b3b9aa80615
Author: erikj
Date: 2015-08-28 10:13 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/2b3b9aa80615
8134408: Disable warnings for jdk libraries triggered by SS12u4
Reviewed-by: tbell, ihse
! make/lib/Awt2dLibraries.gmk
! make/lib/CoreLibraries.gmk
! make/lib/NetworkingLibraries.gmk
Changeset: 97c5c87e429f
Author: darcy
Date: 2015-08-28 07:55 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/97c5c87e429f
8134678: Problem list SecurityManager/CheckPackageAccess.java
Reviewed-by: lancea
! test/ProblemList.txt
Changeset: 92bea53c71cd
Author: bpb
Date: 2015-08-28 10:46 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/92bea53c71cd
8133987: (fs) Rename GnomeFileTypeDetector to GioFileTypeDetector
Summary: Rename class and associated native file as indicated and fix some related comments in the source and test.
Reviewed-by: alanb
! make/lib/NioLibraries.gmk
! make/mapfiles/libnio/mapfile-linux
! make/mapfiles/libnio/mapfile-solaris
! src/java.base/linux/classes/sun/nio/fs/LinuxFileSystemProvider.java
! src/java.base/solaris/classes/sun/nio/fs/SolarisFileSystemProvider.java
+ src/java.base/unix/classes/sun/nio/fs/GioFileTypeDetector.java
- src/java.base/unix/classes/sun/nio/fs/GnomeFileTypeDetector.java
+ src/java.base/unix/native/libnio/fs/GioFileTypeDetector.c
- src/java.base/unix/native/libnio/fs/GnomeFileTypeDetector.c
! test/java/nio/file/Files/probeContentType/ParallelProbes.java
Changeset: 0b2d0cf231c7
Author: rhalade
Date: 2015-08-28 13:35 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/0b2d0cf231c7
8048601: Tests for JCE crypto ciphers (part 1)
Reviewed-by: valeriep
+ test/com/sun/crypto/provider/Cipher/Blowfish/TestCipherBlowfish.java
+ test/com/sun/crypto/provider/Cipher/DES/TestCipherDES.java
+ test/com/sun/crypto/provider/Cipher/DES/TestCipherDESede.java
+ test/com/sun/crypto/provider/Cipher/PBE/TestCipherPBE.java
+ test/com/sun/crypto/provider/Cipher/TestCipher.java
+ test/com/sun/crypto/provider/Cipher/TextLength/DESCipherWrapper.java
+ test/com/sun/crypto/provider/Cipher/TextLength/PBECipherWrapper.java
+ test/com/sun/crypto/provider/Cipher/TextLength/TestCipherTextLength.java
Changeset: cb39fd2ecf8a
Author: sla
Date: 2015-08-28 13:40 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/cb39fd2ecf8a
8134686: Exclude sun/tools/jps/ tests
Reviewed-by: darcy
! test/ProblemList.txt
! test/TEST.ROOT
Changeset: 33cdc422c199
Author: vinnie
Date: 2015-08-31 10:14 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/33cdc422c199
8130800: KeyStore.getInstance(File,char[]) does not throw IOE for null password
Reviewed-by: weijun, mullan
! src/java.base/share/classes/java/security/KeyStore.java
Changeset: 4f3c5f831833
Author: amurillo
Date: 2015-08-31 11:26 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/4f3c5f831833
Merge
- src/java.base/unix/classes/sun/nio/fs/GnomeFileTypeDetector.java
- src/java.base/unix/native/libnio/fs/GnomeFileTypeDetector.c
Changeset: fd1f5c32751e
Author: dfuchs
Date: 2015-09-01 15:34 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/fd1f5c32751e
8064470: JNI exception pending in jdk/src/java/base/unix/native/libjava/FileDescriptor_md.c
Reviewed-by: alanb, chegar, dfuchs
Contributed-by: vyom.tewari at oracle.com
! src/java.base/unix/native/libjava/FileDescriptor_md.c
Changeset: 7a555c3509d2
Author: rhalade
Date: 2015-09-01 16:27 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/7a555c3509d2
8049237: Need new tests for X509V3 certificates
Reviewed-by: mullan, xuelei
+ test/sun/security/x509/X509CertImpl/V3Certificate.java
Changeset: 155ddfb406fd
Author: valeriep
Date: 2015-09-02 03:02 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/155ddfb406fd
8133801: sun/security/pkcs11/Provider/ConfigShortPath.java failed in jigsaw nightly at Windows
Summary: Update tests to not using private SunPKCS11(String) constructor.
Reviewed-by: mullan
! test/sun/security/pkcs11/Provider/Absolute.java
! test/sun/security/pkcs11/Provider/ConfigShortPath.java
Changeset: 5349781383fa
Author: weijun
Date: 2015-09-02 19:20 +0800
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/5349781383fa
8129789: implies() of ServicePermission and DelegationPermission underspecified
Reviewed-by: mullan
! src/java.security.jgss/share/classes/javax/security/auth/kerberos/DelegationPermission.java
! src/java.security.jgss/share/classes/javax/security/auth/kerberos/ServicePermission.java
Changeset: d9bd64884486
Author: ptbrunet
Date: 2015-09-02 13:24 -0500
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/d9bd64884486
8134682: Remove com.sun.java.accessibility from jdk/src/closed/java.base/share/conf/security/restricted.pkgs
Summary: remove since renamed accessibility package from closed restricted.pks and update two regression tests
Reviewed-by: mullan, mchung
Contributed-by: peter.brunet at oracle.com
! test/ProblemList.txt
Changeset: d90214d208e8
Author: darcy
Date: 2015-09-02 12:56 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/d90214d208e8
8134982: Problem list TCKJapaneseChronology.java
Reviewed-by: lancea
! test/ProblemList.txt
Changeset: a4299d47bd00
Author: martin
Date: 2015-09-02 14:11 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/a4299d47bd00
8134984: Text files should end in exactly one newline
Summary: automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman
! README
! make/netbeans/jdbc/build.properties
! src/demo/share/applets/Fractal/example1.html
! src/demo/share/applets/MoleculeViewer/example1.html
! src/java.base/share/native/libzip/Adler32.c
! src/java.base/unix/classes/sun/net/www/content-types.properties
! src/java.base/windows/classes/sun/net/www/content-types.properties
! src/java.desktop/macosx/classes/com/apple/eawt/_OpenAppHandler.java
! src/java.desktop/macosx/classes/com/apple/laf/AquaLookAndFeel.java
! src/java.desktop/macosx/classes/sun/lwawt/macosx/CDataTransferer.java
! src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m
! src/java.desktop/macosx/native/libawt_lwawt/awt/CClipboard.m
! src/java.desktop/share/classes/sun/awt/image/MultiResolutionCachedImage.java
! src/java.desktop/share/native/libfontmanager/layout/AnchorTables.h
! src/java.desktop/share/native/libfontmanager/layout/CharSubstitutionFilter.h
! src/java.desktop/share/native/libfontmanager/layout/CursiveAttachmentSubtables.h
! src/java.desktop/share/native/libfontmanager/layout/DeviceTables.h
! src/java.desktop/share/native/libfontmanager/layout/MPreFixups.h
! src/java.desktop/share/native/libfontmanager/layout/MarkArrays.h
! src/java.desktop/share/native/libfontmanager/layout/PairPositioningSubtables.h
! src/java.desktop/share/native/libfontmanager/layout/SinglePositioningSubtables.h
! src/java.desktop/share/native/libfontmanager/layout/SingleSubstitutionSubtables.h
! src/java.desktop/share/native/libfontmanager/layout/ThaiShaping.h
! src/java.desktop/share/native/libfontmanager/layout/ValueRecords.h
! src/java.desktop/share/native/liblcms/cmslut.c
! src/java.desktop/share/native/liblcms/cmsmtrx.c
! src/java.desktop/share/native/liblcms/cmsplugin.c
! src/java.desktop/share/native/liblcms/cmswtpnt.c
! src/java.desktop/share/native/libsplashscreen/java_awt_SplashScreen.c
! src/java.desktop/windows/native/libawt/windows/DllUtil.cpp
! src/java.desktop/windows/native/libawt/windows/README.JNI
! src/java.logging/share/classes/java/util/logging/package.html
! src/java.sql.rowset/share/classes/javax/sql/rowset/BaseRowSet.java
! src/java.sql.rowset/share/classes/javax/sql/rowset/RowSetFactory.java
! src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/package.html
! src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/content/keyvalues/package.html
! src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/content/package.html
! src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/package.html
! src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/package.html
! src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/package.html
! src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/implementations/package.html
! src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/package.html
! src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/transforms/TransformParam.java
! src/sample/share/annotations/DependencyChecker/PluginChecker/src/checker/Kettle.xml
! src/sample/share/annotations/index.html
! src/sample/share/lambda/BulkDataOperations/index.html
! src/sample/share/try-with-resources/index.html
! test/com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java
! test/com/sun/crypto/provider/Mac/Utils.java
! test/com/sun/jdi/InterfaceMethodsTest.java
! test/com/sun/jdi/ShellScaffold.sh
! test/com/sun/jmx/remote/NotificationMarshalVersions/Client/ConfigKey.java
! test/com/sun/jmx/remote/NotificationMarshalVersions/Server/ConfigKey.java
! test/com/sun/jmx/remote/NotificationMarshalVersions/Server/Ste.java
! test/com/sun/jmx/remote/NotificationMarshalVersions/Server/SteMBean.java
! test/com/sun/security/auth/module/LdapLoginModule/CheckConfigs.policy
! test/java/awt/Component/DimensionEncapsulation/DimensionEncapsulation.java
! test/java/awt/Component/InsetsEncapsulation/InsetsEncapsulation.java
! test/java/awt/Component/SetEnabledPerformance/SetEnabledPerformance.java
! test/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.html
! test/java/awt/FileDialog/ModalFocus/FileDialogModalFocusTest.java
! test/java/awt/Focus/6981400/Test3.java
! test/java/awt/FontClass/LCDScale.java
! test/java/awt/Frame/FramesGC/FramesGC.java
! test/java/awt/Frame/MaximizedToUnmaximized/MaximizedToUnmaximized.java
! test/java/awt/MenuBar/RemoveHelpMenu/RemoveHelpMenu.java
! test/java/awt/Mixing/JButtonInGlassPane.java
! test/java/awt/Mixing/LWComboBox.java
! test/java/awt/Mixing/MixingInHwPanel.java
! test/java/awt/Mixing/MixingOnShrinkingHWButton.java
! test/java/awt/Mixing/NonOpaqueInternalFrame.java
! test/java/awt/Mouse/MouseDragEvent/MouseDraggedTest.java
! test/java/awt/MouseInfo/JContainerMousePositionTest.java
! test/java/awt/Robot/RobotWheelTest/RobotWheelTest.java
! test/java/awt/ScrollPane/bug8077409Test.java
! test/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java
! test/java/awt/Window/AlwaysOnTop/SyncAlwaysOnTopFieldTest.java
! test/java/awt/applet/Applet/AppletFlipBuffer.java
! test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/test.html
! test/java/awt/datatransfer/ClipboardInterVMTest/ClipboardInterVMTest.java
! test/java/awt/datatransfer/DataFlavor/XJavaUrlDataFlavorTest/XJavaUrlDataFlavorTest.java
! test/java/awt/datatransfer/MissedHtmlAndRtfBug/MyTransferable.java
! test/java/awt/event/MouseEvent/CTORRestrictions/CTORRestrictions_Disable.java
! test/java/awt/im/4490692/bug4490692.html
! test/java/awt/im/4959409/bug4959409.html
! test/java/beans/README
! test/java/beans/SimpleBeanInfo/LoadingStandardIcons/java.policy
! test/java/io/Serializable/evolution/AddedSuperClass/README
! test/java/lang/ClassLoader/getdotresource.sh
! test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
! test/java/net/SocketPermission/policy
! test/java/nio/channels/SocketChannel/Open.sh
! test/java/nio/channels/spi/SelectorProvider/inheritedChannel/README
! test/java/rmi/registry/readTest/readTest.sh
! test/java/security/KeyStore/PKCS12/README
! test/java/security/SignedObject/Copy.java
! test/java/util/AbstractCollection/ToArrayTest.java
! test/java/util/Arrays/SetAllTest.java
! test/java/util/Locale/bug4123285.html
! test/java/util/concurrent/CompletableFuture/ThenComposeExceptionTest.java
! test/java/util/logging/LogManager/Configuration/TestConfigurationLock.properties
! test/java/util/stream/bootlib/java/util/stream/DefaultMethodStreams.java
! test/javax/crypto/SecretKeyFactory/PBKDF2TranslateTest.java
! test/javax/imageio/plugins/shared/CanWriteSequence.java
! test/javax/management/MustBeValidMBeanInfo/logging.properties
! test/javax/management/modelmbean/SimpleModelMBean/logging.properties
! test/javax/security/auth/Subject/doAs/policy.expect.ace
! test/javax/security/auth/Subject/doAs/policy.one.principal
! test/javax/security/auth/Subject/doAs/policy.two.principals
! test/javax/security/auth/login/LoginContext/shared.config
! test/javax/sound/midi/Gervill/ModelStandardIndexedDirector/ModelStandardIndexedDirectorTest.java
! test/javax/swing/JColorChooser/8065098/bug8065098.html
! test/javax/swing/JFileChooser/8062561/security2.policy
! test/javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java
! test/javax/swing/JMenu/8072900/WrongSelectionOnMouseOver.java
! test/javax/swing/JMenuBar/MisplacedBorder/MisplacedBorder.java
! test/javax/swing/JOptionPane/8081019/bug8081019.java
! test/javax/swing/JTextArea/4697612/bug4697612.txt
! test/javax/swing/JTree/8072676/TreeClipTest.java
! test/javax/swing/JTree/DnD/LastNodeLowerHalfDrop.java
! test/javax/swing/UIDefaults/7180976/Pending.java
! test/javax/swing/plaf/basic/BasicLabelUI/bug7172652.java
! test/javax/swing/text/View/8015853/bug8015853.txt
! test/javax/swing/text/html/8005391/bug8005391.java
! test/javax/swing/text/html/HTMLDocument/8058120/bug8058120.java
! test/javax/xml/bind/xjc/8032884/optional-property-schema.xsd
! test/javax/xml/jaxp/parsers/8032909/a_utf16.xml
! test/javax/xml/jaxp/parsers/8032909/a_utf16.xsl
! test/javax/xml/jaxp/testng/validation/jdk8036951/idc.xml
! test/javax/xml/jaxp/testng/validation/jdk8036951/idc.xsd
! test/javax/xml/jaxp/testng/validation/jdk8036951/simpleType.xml
! test/javax/xml/jaxp/testng/validation/jdk8036951/xerces1128_1.xml
! test/javax/xml/jaxp/testng/validation/jdk8036951/xerces1128_2.xml
! test/javax/xml/jaxp/testng/validation/jdk8037819/unparsedEntity.dtd
! test/javax/xml/jaxp/transform/8004476/tokenize.xml
! test/sun/jvmstat/testlibrary/utils.sh
! test/sun/management/jmxremote/bootstrap/PasswordFilePermissionTest.java
! test/sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java
! test/sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java
! test/sun/management/jmxremote/startstop/REMOTE_TESTING.txt
! test/sun/management/windows/README
! test/sun/net/www/http/HttpClient/IsKeepingAlive.policy
! test/sun/net/www/http/HttpClient/OpenServer.policy
! test/sun/net/www/protocol/http/spnegoTest
! test/sun/security/ec/SignatureOffsets.java
! test/sun/security/krb5/IPv6.java
! test/sun/security/mscapi/KeytoolChangeAlias.sh
! test/sun/security/mscapi/SignatureOffsets.java
! test/sun/security/pkcs11/Provider/cspSpace.cfg
! test/sun/security/rsa/SignatureOffsets.java
! test/sun/security/ssl/StatusStapling/TestCase.java
! test/sun/security/ssl/StatusStapling/TestUtils.java
! test/sun/security/ssl/rsa/SignatureOffsets.java
! test/sun/security/tools/jarsigner/collator.sh
! test/sun/security/tools/jarsigner/jvindex.sh
! test/sun/security/tools/jarsigner/warnings.sh
Changeset: 4e631cc0c9e0
Author: amurillo
Date: 2015-09-03 15:48 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/4e631cc0c9e0
Merge
Changeset: 903f82e9d9fd
Author: jwilhelm
Date: 2015-09-08 16:10 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/jdk/rev/903f82e9d9fd
Merge
! make/lib/CoreLibraries.gmk
- src/java.base/share/native/libjava/Image.c
- src/java.management/share/classes/com/sun/jmx/remote/internal/IIOPHelper.java
- src/java.management/share/classes/com/sun/jmx/remote/internal/IIOPProxy.java
- src/java.management/share/classes/com/sun/jmx/remote/protocol/iiop/ClientProvider.java
- src/java.management/share/classes/com/sun/jmx/remote/protocol/iiop/IIOPProxyImpl.java
- src/java.management/share/classes/com/sun/jmx/remote/protocol/iiop/ProxyInputStream.java
- src/java.management/share/classes/com/sun/jmx/remote/protocol/iiop/ServerProvider.java
- test/javax/management/remote/mandatory/connection/NoIIOP.java
More information about the jdk9-hs-rt-changes
mailing list