hg: jdk9/jdk9/jdk: 50 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Wed Jan 18 22:12:57 UTC 2017
Changeset: d93e93939378
Author: mli
Date: 2017-01-09 14:14 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/d93e93939378
8172347: Refactoring src/java.rmi/share/classes/sun/rmi/registry/RegistryImpl.java to improve testability of rmiregistry
Reviewed-by: rriggs, msheppar
! src/java.rmi/share/classes/sun/rmi/registry/RegistryImpl.java
Changeset: 44454471f7e7
Author: darcy
Date: 2017-01-09 21:40 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/44454471f7e7
8172475: Remove <tt></tt> usage from Class and ClassLoader
Reviewed-by: bpb, mchung
! src/java.base/share/classes/java/lang/Class.java
! src/java.base/share/classes/java/lang/ClassLoader.java
Changeset: 766677da17b5
Author: aefimov
Date: 2017-01-10 22:17 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/766677da17b5
8159058: SAXParseException when sending soap message
Reviewed-by: lancea
+ test/javax/xml/ws/8159058/SaajEmptyNamespaceTest.java
Changeset: 2645e2102d3c
Author: skovalev
Date: 2017-01-11 13:10 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/2645e2102d3c
8171958: Several tests from java/time/test/java/time/format requiring jdk.localedata for execution
Reviewed-by: naoto
! test/java/time/TEST.properties
! test/java/time/test/java/time/format/TestDateTimeFormatterBuilder.java
+ test/java/time/test/java/time/format/TestDateTimeFormatterBuilderWithLocale.java
! test/java/time/test/java/time/format/TestDateTimeTextProvider.java
+ test/java/time/test/java/time/format/TestDateTimeTextProviderWithLocale.java
! test/java/time/test/java/time/format/TestNarrowMonthNamesAndDayNames.java
! test/java/time/test/java/time/format/TestNonIsoFormatter.java
! test/java/time/test/java/time/format/TestTextParser.java
+ test/java/time/test/java/time/format/TestTextParserWithLocale.java
! test/java/time/test/java/time/format/TestTextPrinter.java
+ test/java/time/test/java/time/format/TestTextPrinterWithLocale.java
Changeset: 16af3df77839
Author: xiaofeya
Date: 2017-01-11 08:53 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/16af3df77839
8075884: check runtime usage tests with multi-release jar files
Reviewed-by: psandoz
+ test/tools/jar/multiRelease/RuntimeTest.java
+ test/tools/jar/multiRelease/data/runtimetest/MVJarJJSTestScript.js
+ test/tools/jar/multiRelease/data/runtimetest/base/testpackage/Helper.java
+ test/tools/jar/multiRelease/data/runtimetest/base/testpackage/Main.java
+ test/tools/jar/multiRelease/data/runtimetest/base/versionResource
+ test/tools/jar/multiRelease/data/runtimetest/manifest.txt
+ test/tools/jar/multiRelease/data/runtimetest/test/UseByImport.java
+ test/tools/jar/multiRelease/data/runtimetest/test/UseByReflection.java
+ test/tools/jar/multiRelease/data/runtimetest/v10/testpackage/Helper.java
+ test/tools/jar/multiRelease/data/runtimetest/v10/testpackage/Main.java
+ test/tools/jar/multiRelease/data/runtimetest/v10/versionResource
+ test/tools/jar/multiRelease/data/runtimetest/v9/testpackage/Helper.java
+ test/tools/jar/multiRelease/data/runtimetest/v9/testpackage/Main.java
+ test/tools/jar/multiRelease/data/runtimetest/v9/versionResource
Changeset: dbd8c17b486f
Author: mli
Date: 2017-01-11 19:36 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/dbd8c17b486f
8172314: java/rmi/registry/altSecurityManager/AltSecurityManager.java fails with "port in use"
Reviewed-by: rriggs
! test/java/rmi/registry/altSecurityManager/AltSecurityManager.java
! test/java/rmi/registry/altSecurityManager/TestSecurityManager.java
+ test/java/rmi/registry/altSecurityManager/registry.security.policy
+ test/java/rmi/registry/altSecurityManager/rmid.security.policy
! test/java/rmi/registry/reexport/Reexport.java
! test/java/rmi/testlibrary/JavaVM.java
- test/java/rmi/testlibrary/REGISTRY.java
! test/java/rmi/testlibrary/RMID.java
+ test/java/rmi/testlibrary/RMIRegistryRunner.java
! test/java/rmi/testlibrary/RegistryRunner.java
+ test/java/rmi/testlibrary/RegistryVM.java
! test/java/rmi/testlibrary/TestParams.java
! test/java/rmi/transport/dgcDeadLock/DGCDeadLock.java
+ test/java/rmi/transport/dgcDeadLock/registry.security.policy
! test/sun/rmi/transport/tcp/DeadCachedConnection.java
Changeset: c82c693bc2a5
Author: chegar
Date: 2017-01-12 11:41 +0000
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/c82c693bc2a5
8168149: Examine the behavior of jmod command-line options - repeating vs last one wins
Reviewed-by: mchung
! src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java
! test/tools/jmod/JmodTest.java
Changeset: 59e5101730c8
Author: redestad
Date: 2017-01-12 13:38 +0100
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/59e5101730c8
8166365: Small immutable collections should provide optimized implementations when possible
Reviewed-by: smarks, psandoz, attila
! src/java.base/share/classes/java/util/Collections.java
! src/java.base/share/classes/java/util/ImmutableCollections.java
! src/java.base/share/classes/java/util/KeyValueHolder.java
! src/java.base/share/classes/java/util/List.java
! src/java.base/share/classes/java/util/Map.java
! src/java.base/share/classes/java/util/Set.java
! test/java/util/Collection/SetFactories.java
! test/java/util/Map/MapFactories.java
Changeset: efb23122b07c
Author: redestad
Date: 2017-01-12 17:07 +0100
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/efb23122b07c
8172720: Collections.SingletonList::hashCode not spec-compliant
Reviewed-by: chegar
! src/java.base/share/classes/java/util/Collections.java
Changeset: dfbdab76bedc
Author: michaelm
Date: 2017-01-12 18:02 +0000
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/dfbdab76bedc
8163449: Allow per protocol setting for URLConnection defaultUseCaches
Reviewed-by: chegar, dfuchs
! src/java.base/share/classes/java/net/URLConnection.java
+ test/java/net/URLConnection/SetDefaultUseCaches.java
Changeset: 144b1248e27d
Author: mli
Date: 2017-01-12 10:10 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/144b1248e27d
8030950: TEST_BUG: java/rmi/registry/classPathCodebase/ClassPathCodebase.java failing intermittently
Reviewed-by: rriggs
! test/java/rmi/registry/classPathCodebase/ClassPathCodebase.java
+ test/java/rmi/registry/classPathCodebase/registry.security.policy
! test/java/rmi/registry/classPathCodebase/security.policy
Changeset: 71dc21f524b4
Author: prr
Date: 2016-12-20 09:47 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/71dc21f524b4
8166111: [PIT] possible regression: java/awt/font/GlyphVector/TestLayoutFlags.java
Reviewed-by: serb
! test/java/awt/font/GlyphVector/TestLayoutFlags.java
Changeset: 8a61c000a194
Author: prr
Date: 2016-12-20 09:52 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/8a61c000a194
8130737: AffineTransformOp can't handle child raster with non-zero x-offset
Reviewed-by: serb, flar
! src/java.desktop/share/native/libawt/awt/medialib/awt_ImagingLib.c
! src/java.desktop/share/native/libmlib_image/safe_alloc.h
+ test/java/awt/image/Raster/TestChildRasterOp.java
Changeset: c2b667b8b817
Author: avstepan
Date: 2016-12-21 17:34 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/c2b667b8b817
8154314: [TEST_BUG] java/awt/datatransfer/DragImage/MultiResolutionDragImageTest.java
Reviewed-by: ssadetsky, serb
Contributed-by: Maksim Khramov <maksim.khramov at oracle.com>
! test/java/awt/datatransfer/DragImage/MultiResolutionDragImageTest.java
Changeset: 6189d99b7066
Author: alexsch
Date: 2016-12-22 12:09 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/6189d99b7066
8169922: SwingMark/TextArea: 2-7% regression on Linux, Mac, Windows in 9-b143
Reviewed-by: flar, serb
! src/java.desktop/share/classes/javax/swing/text/PasswordView.java
! src/java.desktop/share/classes/javax/swing/text/PlainView.java
! src/java.desktop/share/classes/javax/swing/text/WrappedPlainView.java
! test/javax/swing/text/View/8156217/FPMethodCalledTest.java
Changeset: 2ac866f0804c
Author: alexsch
Date: 2016-12-22 12:17 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/2ac866f0804c
8133919: [macosx] JTable grid lines are incorrectly positioned on HiDPI display
Reviewed-by: serb
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTableUI.java
+ test/javax/swing/JTable/8133919/DrawGridLInesTest.java
Changeset: 1fc4b282f8f6
Author: psadhukhan
Date: 2016-12-22 18:30 +0530
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/1fc4b282f8f6
8170349: The printed content is beyond the borders
Reviewed-by: alexsch, aniyogi
! src/java.desktop/share/classes/javax/swing/TablePrintable.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTableUI.java
+ test/javax/swing/JTable/PrintManualTest_FitWidthMultiple.java
Changeset: d37a14a75f7b
Author: serb
Date: 2016-12-22 18:09 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/d37a14a75f7b
8169900: The code which use Applets should be deprecated
Reviewed-by: prr
! src/java.desktop/share/classes/java/beans/AppletInitializer.java
! src/java.desktop/share/classes/java/beans/Beans.java
! src/java.desktop/share/classes/javax/swing/PopupFactory.java
! src/java.desktop/share/classes/javax/swing/RepaintManager.java
! src/java.desktop/share/classes/sun/applet/AppletEvent.java
! src/java.desktop/share/classes/sun/applet/AppletEventMulticaster.java
! src/java.desktop/share/classes/sun/applet/AppletIOException.java
! src/java.desktop/share/classes/sun/applet/AppletIllegalArgumentException.java
! src/java.desktop/share/classes/sun/applet/AppletImageRef.java
! src/java.desktop/share/classes/sun/applet/AppletListener.java
! src/java.desktop/share/classes/sun/applet/AppletObjectInputStream.java
! src/java.desktop/share/classes/sun/applet/AppletPanel.java
! src/java.desktop/share/classes/sun/applet/AppletProps.java
! src/java.desktop/share/classes/sun/applet/AppletViewer.java
! src/java.desktop/share/classes/sun/applet/AppletViewerFactory.java
! src/java.desktop/share/classes/sun/applet/AppletViewerPanel.java
! src/java.desktop/share/classes/sun/applet/Main.java
! src/java.desktop/share/classes/sun/awt/EmbeddedFrame.java
Changeset: 7c244fcf7587
Author: prr
Date: 2016-12-22 11:00 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/7c244fcf7587
Merge
- test/java/rmi/testlibrary/RegistryRunner_Stub.java
Changeset: d7b6d79f1ee6
Author: prr
Date: 2016-12-22 11:02 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/d7b6d79f1ee6
Merge
Changeset: 500fb73e193f
Author: ssadetsky
Date: 2016-12-28 12:43 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/500fb73e193f
8167652: Making a frame/dialog resizeble/unresizeble shifts its position on Unity.
Reviewed-by: azvegint, serb
! src/java.desktop/unix/classes/sun/awt/X11/XDecoratedPeer.java
! src/java.desktop/unix/classes/sun/awt/X11/XWM.java
! test/java/awt/Window/ChangeWindowResizabilty/ChangeWindowResizabiltyTest.java
Changeset: 8662eba25166
Author: serb
Date: 2016-12-28 17:11 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/8662eba25166
8140266: Performance loss between jdk8 and jdk9 on Maskfill
Reviewed-by: prr, erikj, lbourges
! make/lib/Awt2dLibraries.gmk
Changeset: b69ce768cb7d
Author: dmarkov
Date: 2016-12-28 21:33 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/b69ce768cb7d
8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
Reviewed-by: ssadetsky, serb
! src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java
! src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m
+ test/java/awt/Frame/NormalToIconified/NormalToIconifiedTest.java
Changeset: 9adbdbedae4f
Author: dmarkov
Date: 2016-12-29 19:47 +0300
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/9adbdbedae4f
8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked.
Reviewed-by: ssadetsky, serb
! src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m
+ test/java/awt/Frame/ObscuredFrame/ObscuredFrameTest.java
Changeset: 344cbdc4d7d1
Author: psadhukhan
Date: 2017-01-02 15:09 +0530
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/344cbdc4d7d1
8170579: The "Banner page" checkbox is disabled
Reviewed-by: prr, pnarayanan
! test/java/awt/print/PrinterJob/BannerTest.java
! test/java/awt/print/PrinterJob/TestCheckSystemDefaultBannerOption.java
Changeset: 3e2d0fee9630
Author: prr
Date: 2017-01-03 11:43 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/3e2d0fee9630
8171845: The bold font doesn't change when switch "Dialog","Serif" and "Monospaced".
Reviewed-by: serb
! make/data/fontconfig/solaris.fontconfig.properties
Changeset: 337dc1a46196
Author: bpb
Date: 2017-01-03 14:15 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/337dc1a46196
8172153: Create workaround for failure to use ICC profile contained in a TIFF field
Summary: Work around errors due to using an embedded ICC profile from the metadata
Reviewed-by: prr
! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageReader.java
Changeset: 3a3f2bef89f1
Author: pkbalakr
Date: 2017-01-06 15:31 +0530
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/3a3f2bef89f1
8172009: [TEST_BUG] increase timeout in java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java
Reviewed-by: aghaisas, psadhukhan
! test/java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java
Changeset: 65c8f2e5b649
Author: psadhukhan
Date: 2017-01-06 16:50 +0530
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/65c8f2e5b649
8170352: The collate option is not checked
Reviewed-by: prr, yan
! src/java.desktop/unix/classes/sun/print/IPPPrintService.java
Changeset: 8be0bb1aa238
Author: prr
Date: 2017-01-09 11:57 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/8be0bb1aa238
Merge
! make/lib/Awt2dLibraries.gmk
- src/java.base/share/classes/sun/security/validator/KeyStores.java
- test/lib/testlibrary/ModuleSourceBuilder.java
- test/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh
- test/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh
Changeset: 54aade042e80
Author: psadhukhan
Date: 2017-01-12 11:58 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/54aade042e80
8172558: [PIT][TEST_BUG] Bad filename for javax/swing/JTable/8133919/DrawGridLinesTest.java
Reviewed-by: yan, alexsch
- test/javax/swing/JTable/8133919/DrawGridLInesTest.java
+ test/javax/swing/JTable/8133919/DrawGridLinesTest.java
Changeset: 72adb4e6b20a
Author: prr
Date: 2017-01-12 12:14 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/72adb4e6b20a
Merge
- test/java/rmi/testlibrary/REGISTRY.java
Changeset: 8f91562532e2
Author: pkbalakr
Date: 2017-01-12 12:21 +0530
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/8f91562532e2
8172559: [PIT][TEST_BUG] Move @test to be 1st annotation in java/awt/image/Raster/TestChildRasterOp.java
Reviewed-by: aghaisas, psadhukhan
! test/java/awt/image/Raster/TestChildRasterOp.java
Changeset: dcc207c0915e
Author: prr
Date: 2017-01-12 12:15 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/dcc207c0915e
Merge
Changeset: dfba4c3eb1ac
Author: sherman
Date: 2017-01-12 16:41 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/dfba4c3eb1ac
8172432: jar cleanup/update for module and mrm jar
8171830: jar tool should validate if any exported or open package is missing
Reviewed-by: mchung, psandoz, chegar
! src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java
! src/jdk.jartool/share/classes/sun/tools/jar/Main.java
! src/jdk.jartool/share/classes/sun/tools/jar/Validator.java
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties
! 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
+ test/tools/jar/mmrjar/Basic.java
- test/tools/jar/mmrjar/ConcealedPackage.java
! test/tools/jar/modularJar/Basic.java
+ test/tools/jar/modularJar/src/foobar/Bar.java
+ test/tools/jar/modularJar/src/foobar/Foo.java
+ test/tools/jar/modularJar/src/foobar/module-info.java
! test/tools/jar/multiRelease/Basic1.java
Changeset: f927f4234435
Author: amjiang
Date: 2017-01-12 17:10 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/f927f4234435
8171423: Relocate /test/lib/security/SecurityTools.java
Reviewed-by: weijun, xuelei
- test/lib/security/SecurityTools.java
! test/sun/security/tools/keytool/PrintSSL.java
! test/sun/security/tools/keytool/ReadJar.java
Changeset: cd280655b6a1
Author: lana
Date: 2017-01-13 01:36 +0000
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/cd280655b6a1
Merge
- test/java/rmi/testlibrary/REGISTRY.java
- test/lib/security/SecurityTools.java
- test/tools/jar/mmrjar/ConcealedPackage.java
Changeset: 8df2faa7924f
Author: sherman
Date: 2017-01-12 22:44 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/8df2faa7924f
8172761: Test change in tools/jar/InputFilesTest.java for JDK-8172432 is missing
Reviewed-by: mchung
! test/tools/jar/InputFilesTest.java
Changeset: aefc0c8a6130
Author: sherman
Date: 2017-01-13 01:07 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/aefc0c8a6130
8172767: a bulk of tests failed with FileSystemException on Windows
Reviewed-by: chegar
! src/jdk.jartool/share/classes/sun/tools/jar/Main.java
! src/jdk.jartool/share/classes/sun/tools/jar/Validator.java
Changeset: f3115622562a
Author: clanger
Date: 2017-01-13 13:12 +0100
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/f3115622562a
8170544: Fix code scan findings in libnet
Reviewed-by: goetz, chegar
! src/java.base/share/native/libnet/net_util.c
! src/java.base/share/native/libnet/net_util.h
! src/java.base/unix/native/libnet/Inet6AddressImpl.c
! src/java.base/unix/native/libnet/NetworkInterface.c
! src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c
! src/java.base/unix/native/libnet/PlainSocketImpl.c
! src/java.base/unix/native/libnet/net_util_md.c
! src/java.base/unix/native/libnet/net_util_md.h
! src/java.base/unix/native/libnio/ch/DatagramChannelImpl.c
! src/java.base/unix/native/libnio/ch/InheritedChannel.c
! src/java.base/unix/native/libnio/ch/Net.c
! src/java.base/unix/native/libnio/ch/ServerSocketChannelImpl.c
! src/java.base/windows/native/libnet/DualStackPlainDatagramSocketImpl.c
! src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c
! src/java.base/windows/native/libnet/TwoStacksPlainDatagramSocketImpl.c
! src/java.base/windows/native/libnet/TwoStacksPlainSocketImpl.c
! src/java.base/windows/native/libnet/net_util_md.c
! src/java.base/windows/native/libnet/net_util_md.h
! src/java.base/windows/native/libnio/ch/DatagramChannelImpl.c
! src/java.base/windows/native/libnio/ch/Net.c
! src/java.base/windows/native/libnio/ch/ServerSocketChannelImpl.c
! src/java.base/windows/native/libnio/ch/WindowsAsynchronousSocketChannelImpl.c
! src/jdk.sctp/unix/native/libsctp/SctpChannelImpl.c
! src/jdk.sctp/unix/native/libsctp/SctpNet.c
Changeset: 3b4c9ed404f0
Author: michaelm
Date: 2017-01-13 17:45 +0000
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/3b4c9ed404f0
8172253: SetIfModifiedSince.java test fails with http return code 404
Reviewed-by: chegar, dfuchs
! test/sun/net/www/protocol/http/SetIfModifiedSince.java
Changeset: 0e0e0fbc5bf3
Author: smarks
Date: 2017-01-13 12:35 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/0e0e0fbc5bf3
8172221: Directorate of Time has been superseded
Reviewed-by: lancea
! src/java.base/share/classes/java/util/Date.java
Changeset: 203402b79715
Author: bpb
Date: 2017-01-13 13:31 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/203402b79715
8152272: Unable to create temporary file using createTempFile method if System.getProperty(file.separator) is used
Summary: Normalize the name component of the temporary file path
Reviewed-by: rriggs
! src/java.base/share/classes/java/io/File.java
! test/java/io/File/createTempFile/Patterns.java
Changeset: 4208e7466342
Author: mli
Date: 2017-01-13 14:54 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/4208e7466342
7146543: TEST_BUG: java/rmi/registry/readTest/readTest.sh failing intermittently with port in use
Reviewed-by: rriggs
! test/ProblemList.txt
+ test/java/rmi/registry/readTest/CodebaseTest.java
+ test/java/rmi/registry/readTest/RegistryLookup.java
- test/java/rmi/registry/readTest/readTest.java
- test/java/rmi/registry/readTest/readTest.sh
+ test/java/rmi/registry/readTest/registry.security.policy
Changeset: 628ada191957
Author: bpb
Date: 2017-01-13 14:58 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/628ada191957
8153250: java.io.File does not handle Windows paths of the form "D:" (no path) correctly
Summary: When resolving a child to a parent, do not insert a file separator for Windows directory-relative paths
Reviewed-by: rriggs
! src/java.base/windows/classes/java/io/WinNTFileSystem.java
+ test/java/io/File/WinDirRelative.java
Changeset: 0ea99cdae7ee
Author: fyuan
Date: 2017-01-16 15:16 +0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/0ea99cdae7ee
8167146: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with "Remote host terminated the handshake"
Summary: The fix takes the server to accept request after the client threads start, and also deal with possible timeout issue.
Reviewed-by: xuelei
Contributed-by: John Jiang <sha.jiang at oracle.com>
! test/sun/security/pkcs11/sslecc/CipherTest.java
! test/sun/security/pkcs11/sslecc/JSSEClient.java
! test/sun/security/pkcs11/sslecc/JSSEServer.java
Changeset: 863bed4458c1
Author: jlahoda
Date: 2017-01-16 09:53 +0100
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/863bed4458c1
8171386: jshell tool: paging of javadoc output broken on Windows
Summary: Fixing detection of console window size.
Reviewed-by: rfield
! src/jdk.internal.le/windows/native/lible/WindowsTerminal.cpp
Changeset: 71458380abd8
Author: amlu
Date: 2017-01-16 21:17 +0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/71458380abd8
8156595: java/io/pathNames/GeneralWin32.java fail intermittently on windows-x64
Reviewed-by: psandoz
! test/ProblemList.txt
! test/java/io/pathNames/General.java
! test/java/io/pathNames/GeneralWin32.java
Changeset: fddf6e787363
Author: mchung
Date: 2017-01-16 12:15 -0800
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/fddf6e787363
8160286: jmod hash is creating unlinkable modules
Reviewed-by: alanb, psandoz, chegar
+ src/java.base/share/classes/jdk/internal/module/ModuleHashesBuilder.java
! src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java
! src/jdk.jartool/share/classes/sun/tools/jar/Main.java
! src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java
! src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties
! test/tools/jmod/JmodTest.java
! test/tools/jmod/hashes/HashesTest.java
- test/tools/jmod/hashes/src/m1/module-info.java
- test/tools/jmod/hashes/src/m1/org/m1/Main.java
- test/tools/jmod/hashes/src/m2/module-info.java
- test/tools/jmod/hashes/src/m2/org/m2/Util.java
- test/tools/jmod/hashes/src/m3/module-info.java
- test/tools/jmod/hashes/src/m3/org/m3/Name.java
- test/tools/jmod/hashes/src/org.bar/module-info.java
- test/tools/jmod/hashes/src/org.foo/module-info.java
Changeset: 1c4411322327
Author: darcy
Date: 2017-01-18 19:07 +0000
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/1c4411322327
8172957: Problem list JmodTest.java on windows until JDK-8172870 is fixed
Reviewed-by: mchung
! test/ProblemList.txt
More information about the jdk9-all-changes
mailing list