Changeset: df209f221cca Author: asaha Date: 2016-04-26 13:30 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/df209f221cca
Added tag jdk8u112-b00 for changeset 47e20a90bdbb ! .hgtags Changeset: 742bb1609e77 Author: igerasim Date: 2016-04-26 20:31 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/742bb1609e77 8144313: Test SessionTimeOutTests can be timeout Reviewed-by: mullan ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SessionTimeOutTests.java Changeset: 10a6d94b545b Author: igerasim Date: 2016-04-26 20:31 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/10a6d94b545b 8146669: Test SessionTimeOutTests fails intermittently Reviewed-by: mullan ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLCtxAccessToSessCtx.java ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SessionTimeOutTests.java Changeset: 2f6f19966859 Author: igerasim Date: 2016-04-26 20:31 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/2f6f19966859 8037557: test SessionCacheSizeTests.java timeout Reviewed-by: weijun ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SessionCacheSizeTests.java Changeset: 931c1185bb1b Author: igerasim Date: 2016-04-26 20:31 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/931c1185bb1b 8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out Reviewed-by: weijun, wetmore ! test/sun/security/ssl/javax/net/ssl/NewAPIs/SessionCacheSizeTests.java Changeset: 7dd4682b4208 Author: mhaupt Date: 2016-04-27 15:34 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/7dd4682b4208 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache Reviewed-by: sundar ! test/java/lang/invoke/PermuteArgsTest.java Changeset: c44e755a3dce Author: igerasim Date: 2016-04-27 18:43 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c44e755a3dce 8133070: Hot lock on BulkCipher.isAvailable Reviewed-by: mullan Contributed-by: xuelei....@oracle.com, kungu....@alibaba-inc.com ! src/share/classes/sun/security/ssl/CipherBox.java ! src/share/classes/sun/security/ssl/CipherSuite.java ! src/share/classes/sun/security/ssl/CipherSuiteList.java ! src/share/classes/sun/security/ssl/JsseJce.java ! src/share/classes/sun/security/ssl/SSLContextImpl.java Changeset: 93cddf06cfe0 Author: mhaupt Date: 2016-04-29 15:30 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/93cddf06cfe0 8155106: MHs.Lookup.findConstructor returns handles for array classes Reviewed-by: sundar ! src/share/classes/java/lang/invoke/MethodHandles.java + test/java/lang/invoke/ArrayConstructorTest.java Changeset: edb55dacef3e Author: robm Date: 2016-05-05 13:30 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/edb55dacef3e 8085903: New fix for memory leak in ProtectionDomain cache Reviewed-by: mullan ! src/share/classes/java/security/ProtectionDomain.java Changeset: 39f7a1ab2b08 Author: clanger Date: 2016-04-29 12:23 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/39f7a1ab2b08 8153781: Issue in XMLScanner: EXPECTED_SQUARE_BRACKET_TO_CLOSE_INTERNAL_SUBSET when skipping large DOCTYPE section with CRLF at wrong place Reviewed-by: joehw Contributed-by: christoph.lan...@sap.com + test/javax/xml/jaxp/stream/8153781/SkipDTDTest.java Changeset: dc4322602480 Author: robm Date: 2016-05-06 13:50 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/dc4322602480 Merge Changeset: c4ab046992ff Author: ascarpino Date: 2016-05-10 17:16 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c4ab046992ff 8098581: SecureRandom.nextBytes() hurts performance with small size requests Reviewed-by: valeriep ! src/share/classes/java/security/SecureRandom.java ! src/share/lib/security/sunpkcs11-solaris.cfg ! src/solaris/classes/sun/security/provider/NativePRNG.java ! test/java/security/SecureRandom/DefaultProvider.java Changeset: efd9e219a5bd Author: snikandrova Date: 2016-05-13 16:36 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/efd9e219a5bd 8049171: Additional tests for jarsigner's warnings Reviewed-by: weijun ! test/ProblemList.txt ! test/javax/security/auth/Subject/doAs/NestedActions.java + test/lib/testlibrary/jdk/testlibrary/JarUtils.java ! test/lib/testlibrary/jdk/testlibrary/Utils.java ! test/sun/security/tools/jarsigner/TimestampCheck.java + test/sun/security/tools/jarsigner/TsacertOptionTest.java + test/sun/security/tools/jarsigner/Utils.java + test/sun/security/tools/jarsigner/warnings/AliasNotInStoreTest.java + test/sun/security/tools/jarsigner/warnings/BadExtendedKeyUsageTest.java + test/sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java + test/sun/security/tools/jarsigner/warnings/BadNetscapeCertTypeTest.java + test/sun/security/tools/jarsigner/warnings/ChainNotValidatedTest.java + test/sun/security/tools/jarsigner/warnings/HasExpiredCertTest.java + test/sun/security/tools/jarsigner/warnings/HasExpiringCertTest.java + test/sun/security/tools/jarsigner/warnings/HasUnsignedEntryTest.java + test/sun/security/tools/jarsigner/warnings/MultipleWarningsTest.java + test/sun/security/tools/jarsigner/warnings/NoTimestampTest.java + test/sun/security/tools/jarsigner/warnings/NotSignedByAliasTest.java + test/sun/security/tools/jarsigner/warnings/NotYetValidCertTest.java + test/sun/security/tools/jarsigner/warnings/Test.java + test/sun/security/tools/jarsigner/warnings/bad_netscape_cert_type.jks.base64 + test/sun/security/tools/jarsigner/warnings/bad_netscape_cert_type.sh Changeset: 4c27305cae8b Author: mcherkas Date: 2016-05-13 16:46 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/4c27305cae8b 8078268: javax.swing.text.html.parser.Parser parseScript incorrectly optimized Reviewed-by: alexp, aivanov ! src/share/classes/javax/swing/text/html/parser/Parser.java + test/javax/swing/text/html/parser/Parser/8078268/bug8078268.java + test/javax/swing/text/html/parser/Parser/8078268/slowparse.html Changeset: a5d597f09c9d Author: asmotrak Date: 2016-05-13 17:41 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/a5d597f09c9d 8074784: Additional tests for XML DSig API Reviewed-by: mullan Contributed-by: artem.kosa...@oracle.com ! test/javax/xml/crypto/dsig/GenerationTests.java Changeset: 561c1038f71a Author: aefimov Date: 2016-05-13 18:39 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/561c1038f71a 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter Reviewed-by: joehw + test/javax/xml/jaxp/stream/8145974/SurrogatesTest.java Changeset: 66c61047f119 Author: dmarkov Date: 2016-05-16 09:54 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/66c61047f119 8155001: SystemTray.remove() leaks GDI Objects in Windows Reviewed-by: serb, alexp ! src/windows/native/sun/windows/awt_TrayIcon.cpp Changeset: 7eb965622404 Author: dsamersoff Date: 2014-06-18 03:29 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/7eb965622404 8044762: com/sun/jdi/OptionTest.java test time out Summary: gdata could be NULL in debugInit_exit Reviewed-by: dcubed ! src/share/back/debugInit.c Changeset: 66199a53c7f9 Author: dsamersoff Date: 2014-08-28 05:20 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/66199a53c7f9 8049226: com/sun/jdi/OptionTest.java test times out again Summary: Don't call jni_FatalError if transport initialization fails Reviewed-by: sspitsyn, sla ! src/share/back/debugInit.c ! src/share/back/log_messages.c ! src/share/back/log_messages.h Changeset: 6c0e2944f516 Author: dmarkov Date: 2016-05-17 13:12 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/6c0e2944f516 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus Reviewed-by: ant, denis ! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java ! src/macosx/classes/sun/lwawt/macosx/CWarningWindow.java ! src/macosx/native/sun/awt/AWTWindow.h ! src/macosx/native/sun/awt/AWTWindow.m + test/java/awt/Window/WindowJumpingTest/WindowJumpingTest.java Changeset: 28fef0942517 Author: mcherkas Date: 2016-05-18 18:59 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/28fef0942517 6882559: new JEditorPane("text/plain","") fails for null context class loader Reviewed-by: serb, aivanov ! src/share/classes/javax/swing/JEditorPane.java + test/javax/swing/JEditorPane/6882559/bug6882559.java Changeset: d9878355b466 Author: bgopularam Date: 2016-05-18 22:27 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/d9878355b466 8134232: KeyStore.load() throws an IOException with a wrong cause in case of wrong password Reviewed-by: vinnie ! src/share/classes/com/sun/crypto/provider/JceKeyStore.java ! src/share/classes/sun/security/pkcs11/P11KeyStore.java ! src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java + test/java/security/KeyStore/TestKeyStoreBasic.java ! test/sun/security/provider/KeyStore/DKSTest.java Changeset: d108c790e561 Author: mhaupt Date: 2016-05-24 08:56 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/d108c790e561 8157242: Some java/lang/invoke tests miss othervm Reviewed-by: robm ! test/java/lang/invoke/CustomizedLambdaFormTest.java ! test/java/lang/invoke/VarargsArrayTest.java Changeset: acd98af6e8fb Author: aivanov Date: 2016-05-24 17:00 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/acd98af6e8fb 8136998: JComboBox prevents wheel mouse scrolling of JScrollPane Reviewed-by: serb, alexp ! src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java ! src/share/classes/javax/swing/plaf/basic/BasicComboPopup.java + test/javax/swing/JComboBox/8136998/bug8136998.java Changeset: 26c42099d7e4 Author: aivanov Date: 2016-05-24 17:05 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/26c42099d7e4 8133309: Some unicode characters do not display any more after upgrading to Windows 10 Reviewed-by: serb, jgodinez ! src/windows/classes/sun/awt/windows/fontconfig.properties Changeset: 425279d8815d Author: bgopularam Date: 2016-05-23 23:19 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/425279d8815d 8048621: Implement basic keystore tests Summary: Tests for basic operations of KeyStore entry Reviewed-by: xuelei + test/java/security/KeyStore/TestKeyStoreEntry.java Changeset: dfc9574235ae Author: coffeys Date: 2016-05-24 15:16 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/dfc9574235ae Merge Changeset: 1dd18ae45a24 Author: henryjen Date: 2016-05-24 07:49 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/1dd18ae45a24 8156478: 3 Buffer overrun defect groups in jexec.c Reviewed-by: ksrini ! src/solaris/bin/jexec.c Changeset: c5c0728e113d Author: clanger Date: 2016-05-25 20:09 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c5c0728e113d 8156521: Minor fixes and cleanups in NetworkInterface.c Reviewed-by: alanb, chegar, dsamersoff, msheppar ! src/solaris/native/java/net/NetworkInterface.c Changeset: 6d9a4a31bc44 Author: bgopularam Date: 2016-05-26 01:30 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/6d9a4a31bc44 8048622: Enhance tests for PKCS11 keystores with NSS Summary: New tests for validating read write operations on PKCS 12 based keystore Reviewed-by: vinnie ! test/sun/security/pkcs11/PKCS11Test.java ! test/sun/security/pkcs11/Secmod/AddPrivateKey.java ! test/sun/security/pkcs11/Secmod/AddTrustedCert.java ! test/sun/security/pkcs11/Secmod/Crypto.java ! test/sun/security/pkcs11/Secmod/GetPrivateKey.java + test/sun/security/pkcs11/Secmod/LoadKeystore.java Changeset: 9ab7b0147a41 Author: amjiang Date: 2015-06-19 14:06 +0800 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/9ab7b0147a41 8050409: Test for JAAS getPrivateCredentials Reviewed-by: weijun + test/javax/security/auth/PrivateCredentialPermission/MoreThenOnePrincipals.java + test/javax/security/auth/PrivateCredentialPermission/MoreThenOnePrincipals.policy Changeset: b5b42a5de068 Author: snikandrova Date: 2016-05-27 18:11 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b5b42a5de068 8050402: Tests to check for use of policy files Reviewed-by: mullan ! test/ProblemList.txt Changeset: f3bbeacf8118 Author: snikandrova Date: 2016-05-27 18:29 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/f3bbeacf8118 8158059: The fix for 8050402 was partially committed Reviewed-by: mullan + test/java/security/Policy/ExtensiblePolicy/ExtensiblePolicyTest.java + test/java/security/Policy/ExtensiblePolicy/ExtensiblePolicyTest1.policy + test/java/security/Policy/ExtensiblePolicy/ExtensiblePolicyTest2.policy + test/java/security/Policy/ExtensiblePolicy/ExtensiblePolicyTest3.policy + test/java/security/Policy/ExtensiblePolicy/ExtensiblePolicyWithJarTest.java + test/java/security/Policy/ExtensiblePolicy/TVJar/TVPermission.java Changeset: 907689a62eab Author: serb Date: 2016-05-27 19:12 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/907689a62eab 7172749: Xrender: Class cast exception in 2D code running an AWT regression test Reviewed-by: serb, prr ! src/solaris/classes/sun/java2d/xr/XRRenderer.java Changeset: 4d6c03fb1039 Author: ant Date: 2016-05-27 21:19 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/4d6c03fb1039 8145984: [macosx] sun.lwawt.macosx.CAccessible leaks Reviewed-by: serb, ptbrunet ! src/macosx/classes/sun/lwawt/macosx/CAccessibility.java ! src/macosx/classes/sun/lwawt/macosx/CAccessibleText.java ! src/macosx/native/sun/awt/AWTView.h ! src/macosx/native/sun/awt/AWTView.m ! src/macosx/native/sun/awt/JavaAccessibilityAction.m ! src/macosx/native/sun/awt/JavaAccessibilityUtilities.m ! src/macosx/native/sun/awt/JavaComponentAccessibility.m ! src/macosx/native/sun/awt/JavaTextAccessibility.m ! src/macosx/native/sun/java2d/opengl/CGLLayer.h ! src/macosx/native/sun/java2d/opengl/CGLLayer.m Changeset: 5c57120adde1 Author: igerasim Date: 2016-05-31 00:24 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/5c57120adde1 8158111: Make handling of 3rd party providers more stable Reviewed-by: xuelei ! src/share/classes/sun/security/ssl/RSAClientKeyExchange.java Changeset: 537decf5d2b7 Author: vadim Date: 2016-05-31 16:59 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/537decf5d2b7 6477756: GraphicsDevice.getConfigurations() is slow taking 3 or more seconds Reviewed-by: prr, serb ! src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp Changeset: 75ad22e863db Author: weijun Date: 2016-05-31 16:24 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/75ad22e863db 8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check. Reviewed-by: mullan ! src/share/classes/sun/security/krb5/KrbKdcRep.java ! src/share/classes/sun/security/krb5/KrbTgsReq.java ! src/share/classes/sun/security/krb5/internal/CredentialsUtil.java ! test/sun/security/krb5/auto/Context.java + test/sun/security/krb5/auto/ForwardableCheck.java ! test/sun/security/krb5/auto/KDC.java Changeset: 3b969af8c397 Author: msolovie Date: 2016-05-31 15:03 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/3b969af8c397 8075007: Additional tests for krb5-related cipher suites with unbound server Reviewed-by: coffeys ! test/sun/security/krb5/auto/KDC.java + test/sun/security/krb5/auto/UnboundSSL.java + test/sun/security/krb5/auto/UnboundSSLMultipleKeys.java + test/sun/security/krb5/auto/UnboundSSLPrincipalProperty.java + test/sun/security/krb5/auto/UnboundSSLUtils.java + test/sun/security/krb5/auto/unbound.ssl.jaas.conf + test/sun/security/krb5/auto/unbound.ssl.policy Changeset: 6b1541338eb1 Author: serb Date: 2016-05-31 19:55 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/6b1541338eb1 8028486: java/awt/Window/WindowsLeak/WindowsLeak.java fails Reviewed-by: ant, prr ! src/share/classes/sun/java2d/pipe/BufferedContext.java ! test/java/awt/Window/WindowsLeak/WindowsLeak.java Changeset: 00936f2a3f2f Author: bpb Date: 2016-05-04 08:04 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/00936f2a3f2f 8153192: (se) Selector.select(long) uses wrong timeout after EINTR (lnx) Summary: Pass what remains of the initial timeout to epoll_wait(2) (Linux) and ioctl(7d) (Solaris) instead of the original un-decremented timeout value. Reviewed-by: alanb, rriggs ! src/solaris/native/sun/nio/ch/DevPollArrayWrapper.c ! src/solaris/native/sun/nio/ch/EPollArrayWrapper.c Changeset: 99a415c31cc5 Author: coffeys Date: 2016-06-01 08:45 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/99a415c31cc5 Merge Changeset: 10285edab7b5 Author: robilad Date: 2016-06-01 13:40 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/10285edab7b5 8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade ! LICENSE Changeset: 9440451e1d73 Author: weijun Date: 2015-06-30 22:32 +0800 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/9440451e1d73 8075301: Tests for sun.security.krb5.principal system property Reviewed-by: weijun Contributed-by: Sibabrata Sahoo <sibabrata.sa...@oracle.com> ! test/sun/security/krb5/auto/KDC.java ! test/sun/security/krb5/auto/UnboundSSL.java ! test/sun/security/krb5/auto/UnboundSSLMultipleKeys.java ! test/sun/security/krb5/auto/UnboundSSLPrincipalProperty.java ! test/sun/security/krb5/auto/UnboundSSLUtils.java + test/sun/security/krb5/auto/principalProperty/PrincipalSystemPropTest.java + test/sun/security/krb5/auto/principalProperty/jaas.conf + test/sun/security/krb5/auto/principalProperty/principalSystemPropTest.policy Changeset: a4a06a4594d2 Author: alexsch Date: 2016-06-02 09:36 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/a4a06a4594d2 8157838: Personalized Windows Font Size is not taken into account in Java8u102 Reviewed-by: prr, serb ! src/windows/native/sun/windows/ThemeReader.cpp ! src/windows/native/sun/windows/awt_DesktopProperties.cpp ! src/windows/native/sun/windows/awt_DesktopProperties.h - test/java/awt/font/FontScaling/FontScalingTest.java Changeset: 0995193fd302 Author: rpatil Date: 2016-06-02 21:08 +0530 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/0995193fd302 8151876: (tz) Support tzdata2016d Reviewed-by: okutsu, coffeys ! make/data/tzdata/VERSION ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/europe ! make/data/tzdata/iso3166.tab ! make/data/tzdata/leapseconds ! make/data/tzdata/northamerica ! make/data/tzdata/southamerica ! make/data/tzdata/zone.tab ! test/java/time/test/java/time/format/TestZoneTextPrinterParser.java ! test/sun/util/calendar/zi/TestZoneInfo310.java ! test/sun/util/calendar/zi/tzdata/VERSION ! test/sun/util/calendar/zi/tzdata/asia ! test/sun/util/calendar/zi/tzdata/australasia ! test/sun/util/calendar/zi/tzdata/europe ! test/sun/util/calendar/zi/tzdata/iso3166.tab ! test/sun/util/calendar/zi/tzdata/leapseconds ! test/sun/util/calendar/zi/tzdata/northamerica ! test/sun/util/calendar/zi/tzdata/southamerica ! test/sun/util/calendar/zi/tzdata/zone.tab Changeset: 979b0634e600 Author: bae Date: 2016-06-03 12:46 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/979b0634e600 8078382: Wrong glyph is displayed for a derived font Reviewed-by: prr, serb ! src/share/classes/sun/font/FontFamily.java Changeset: 1d346a5b8a11 Author: igerasim Date: 2016-06-07 00:29 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/1d346a5b8a11 8073542: File Leak in jdk/src/java/base/unix/native/libnet/PlainDatagramSocketImpl.c Summary: ensure that file descriptor is properly closed if setsockopt fails. Reviewed-by: rriggs ! src/solaris/native/java/net/PlainDatagramSocketImpl.c Changeset: 7ced0993caf4 Author: csahu Date: 2016-06-03 09:24 +0000 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/7ced0993caf4 8154144: Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely" Summary: Don't print stream closed message during shutdown Reviewed-by: dcubed, sla, dsamersoff Contributed-by: sharath.bal...@oracle.com ! src/share/classes/com/sun/tools/example/debug/tty/EventHandler.java ! src/share/classes/com/sun/tools/example/debug/tty/TTY.java Changeset: 267a03dfb105 Author: kevinw Date: 2016-06-06 22:39 +0000 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/267a03dfb105 Merge Changeset: 444346a90b1e Author: alexsch Date: 2016-06-09 12:32 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/444346a90b1e 8158178: java.awt.SplashScreen.getSize() returns incorrect size for high dpi splash screens Reviewed-by: alexsch, serb Contributed-by: Robin Stevens <robin.stev...@scz.be> ! src/share/classes/java/awt/SplashScreen.java ! test/java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java Changeset: fe5b73da2569 Author: mcherkas Date: 2016-06-09 15:08 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/fe5b73da2569 8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559 Reviewed-by: serb, aivanov ! src/share/classes/javax/swing/JEditorPane.java + test/javax/swing/JEditorPane/8158734/bug8158734.java Changeset: 79db712cd915 Author: akosarev Date: 2016-06-08 15:52 +0000 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/79db712cd915 8154009: Some methods of java.security.Security require more permissions, than necessary Reviewed-by: mullan ! src/share/classes/sun/security/jca/ProviderConfig.java ! test/ProblemList.txt ! test/java/security/Security/AddProvider.java ! test/java/security/Security/AddProvider.policy.1 ! test/java/security/Security/AddProvider.policy.2 ! test/java/security/Security/AddProvider.policy.3 + test/java/security/Security/EmptyPolicy.policy + test/java/security/Security/GetProviders.java ! test/java/security/Security/removing/RemoveStaticProvider.java ! test/java/security/Security/removing/RemoveStaticProvider.policy Changeset: 2cca69b723f1 Author: valeriep Date: 2015-03-06 00:49 +0000 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/2cca69b723f1 8044193: Need to add known answer tests for AES cipher Summary: Added more tests for AES cipher using known test vectors. Reviewed-by: valeriep Contributed-by: Zaiyao Liu <zaiyao....@oracle.com> + test/com/sun/crypto/provider/Cipher/AES/TestAESCiphers/Dynamic.java + test/com/sun/crypto/provider/Cipher/AES/TestAESCiphers/TestAESWithDefaultProvider.java + test/com/sun/crypto/provider/Cipher/AES/TestAESCiphers/TestAESWithProviderChange.java + test/com/sun/crypto/provider/Cipher/AES/TestAESCiphers/TestAESWithRemoveAddProvider.java + test/com/sun/crypto/provider/Cipher/AES/TestAESCiphers/testAES.policy Changeset: fbe63c736621 Author: valeriep Date: 2014-12-30 01:02 +0000 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/fbe63c736621 8049021: Add smartcardio tests with APDU buffer Summary: add APDU buffer regression tests for smartcardio Reviewed-by: valeriep Contributed-by: Amanda Jiang <amanda.ji...@oracle.com> + test/javax/smartcardio/CommandAPDUTest.java + test/javax/smartcardio/ResponseAPDUTest.java + test/javax/smartcardio/TerminalFactorySpiTest.java + test/javax/smartcardio/policy Changeset: 19c821d97ae3 Author: asmotrak Date: 2015-07-17 17:30 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/19c821d97ae3 8075297: Tests for RFEs 4515853 and 4745056 Reviewed-by: weijun + test/sun/security/krb5/auto/BogusKDC.java + test/sun/security/krb5/auto/Helper.java ! test/sun/security/krb5/auto/KDC.java + test/sun/security/krb5/auto/RefreshKrb5Config.java + test/sun/security/krb5/auto/refreshKrb5Config.jaas Changeset: 3f8696411cf9 Author: akosarev Date: 2016-06-08 16:19 +0000 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/3f8696411cf9 8075299: Additional tests for krb5 settings Summary: Additional tests for 6857795 Reviewed-by: weijun ! test/ProblemList.txt + test/sun/security/krb5/auto/KrbTicket.java + test/sun/security/krb5/auto/tools/KinitConfPlusProps.java Changeset: 719acb12beed Author: robm Date: 2016-06-09 22:47 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/719acb12beed 8150234: Windows 10 App Containers disallow access to ICMP calls Reviewed-by: chegar ! src/windows/native/java/net/Inet4AddressImpl.c ! src/windows/native/java/net/Inet6AddressImpl.c Changeset: 96393e490afd Author: srastogi Date: 2016-06-10 08:34 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/96393e490afd 8147585: Annotations with lambda expressions has parameter result in wrong behavior. Reviewed-by: psandoz, darcy, jfranck, vlivanov, mhaupt ! src/share/classes/sun/reflect/annotation/AnnotationType.java + test/java/lang/annotation/AnnotationWithLambda.java Changeset: 74e5fc94c77b Author: asaha Date: 2016-06-21 10:14 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/74e5fc94c77b Added tag jdk8u112-b01 for changeset 96393e490afd ! .hgtags Changeset: 31a85b394a22 Author: serb Date: 2016-05-30 13:42 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/31a85b394a22 8158072: Need a test for JDK-7172749 Reviewed-by: prr, avu + test/sun/java2d/ClassCastExceptionForInvalidSurface.java Changeset: b5f1b7e7f975 Author: avu Date: 2016-06-06 16:23 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b5f1b7e7f975 8158495: CCE: sun.java2d.NullSurfaceData cannot be cast to sun.java2d.opengl.OGLSurfaceData Reviewed-by: serb, prr ! src/share/classes/sun/java2d/opengl/OGLMaskFill.java ! src/windows/classes/sun/java2d/d3d/D3DMaskFill.java ! test/sun/java2d/ClassCastExceptionForInvalidSurface.java Changeset: bde3f8eae7f9 Author: akosarev Date: 2016-06-17 12:59 +0000 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/bde3f8eae7f9 8027575: b113 causing a lot of memory allocation and regression for wls_webapp_atomics Summary: Reduce buffer allocation and do multiple cipher encryption/decryption calls. Reviewed-by: xuelei, ascarpino ! src/share/classes/com/sun/crypto/provider/CipherCore.java ! test/com/sun/crypto/provider/Cipher/AES/TestCopySafe.java Changeset: b760ad429561 Author: akosarev Date: 2016-06-17 13:05 +0000 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b760ad429561 8049312: AES/CICO test failed with on several modes Summary: Fixed error in calculating data sizes when using feedback modes Reviewed-by: xuelei ! src/share/classes/com/sun/crypto/provider/CipherBlockChaining.java ! src/share/classes/com/sun/crypto/provider/CipherCore.java ! src/share/classes/com/sun/crypto/provider/CipherFeedback.java ! src/share/classes/com/sun/crypto/provider/CounterMode.java ! src/share/classes/com/sun/crypto/provider/ElectronicCodeBook.java ! src/share/classes/com/sun/crypto/provider/GaloisCounterMode.java ! src/share/classes/com/sun/crypto/provider/OutputFeedback.java ! src/share/classes/com/sun/crypto/provider/PCBC.java Changeset: 8680c7ebabf7 Author: rhalade Date: 2015-08-28 13:35 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/8680c7ebabf7 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: df3c11e837ba Author: msheppar Date: 2016-06-22 18:28 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/df3c11e837ba 8146975: NullPointerException in IIOPInputStream.inputClassFields Reviewed-by: chegar, rriggs, coffeys + test/javax/rmi/PortableRemoteObject/8146975/HelloClient.java + test/javax/rmi/PortableRemoteObject/8146975/HelloImpl.java + test/javax/rmi/PortableRemoteObject/8146975/HelloInterface.java + test/javax/rmi/PortableRemoteObject/8146975/HelloServer.java + test/javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java + test/javax/rmi/PortableRemoteObject/8146975/Test.java + test/javax/rmi/PortableRemoteObject/8146975/Test2.java + test/javax/rmi/PortableRemoteObject/8146975/Test3.java + test/javax/rmi/PortableRemoteObject/8146975/Test4.java + test/javax/rmi/PortableRemoteObject/8146975/_HelloImpl_Tie.java + test/javax/rmi/PortableRemoteObject/8146975/_HelloInterface_Stub.java + test/javax/rmi/PortableRemoteObject/8146975/jtreg.test.policy ! test/javax/rmi/PortableRemoteObject/ConcurrentHashMapTest.java + test/javax/rmi/PortableRemoteObject/jtreg.test.policy Changeset: 2ff1de5b482d Author: alitvinov Date: 2016-06-23 18:59 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/2ff1de5b482d 8057791: Selection in JList is drawn with wrong colors in Nimbus L&F Reviewed-by: alexp, serb ! src/share/classes/javax/swing/plaf/nimbus/skin.laf + test/javax/swing/plaf/nimbus/8057791/bug8057791.java Changeset: b44d695f738b Author: robm Date: 2016-06-25 20:03 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b44d695f738b Merge Changeset: 4c3025443a71 Author: asaha Date: 2016-07-04 14:30 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/4c3025443a71 Added tag jdk8u112-b02 for changeset b44d695f738b ! .hgtags Changeset: 9a47402d9c0e Author: snikandrova Date: 2016-06-27 15:41 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/9a47402d9c0e 8147969: Print size of DH keysize when errors are encountered Reviewed-by: coffeys ! src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java ! src/share/classes/com/sun/crypto/provider/DHParameterGenerator.java ! src/share/classes/sun/security/pkcs11/P11KeyPairGenerator.java ! src/share/classes/sun/security/ssl/ServerHandshaker.java Changeset: d00945ab6e27 Author: avorobye Date: 2016-06-27 09:55 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/d00945ab6e27 8058865: JMX Test Refactoring Summary: JMX functional tests were ported into JTREG Reviewed-by: jbachorik + test/javax/management/MBeanServer/ExceptionFactory.java + test/javax/management/MBeanServer/ExceptionTest.java + test/javax/management/MBeanServer/ExceptionThrower.java + test/javax/management/MBeanServer/ExceptionThrowerMBean.java + test/javax/management/keystoreAgent + test/javax/management/keystoreClient + test/javax/management/mxbean/Basic.java + test/javax/management/mxbean/BasicMXBean.java + test/javax/management/mxbean/MXBeanExceptionHandlingTest.java + test/javax/management/mxbean/MXBeanInteropTest1.java + test/javax/management/mxbean/MXBeanInteropTest2.java + test/javax/management/mxbean/MXBeanLoadingTest1.java + test/javax/management/mxbean/MXBeanNotifTest.java + test/javax/management/mxbean/MXBeanWeirdParamTest.java + test/javax/management/mxbean/SqeDescriptorKey.java + test/javax/management/mxbean/SqeNotification.java + test/javax/management/mxbean/SqeParameter.java + test/javax/management/mxbean/Utils.java + test/javax/management/query/QueryData.java + test/javax/management/query/QueryFactory.java + test/javax/management/query/ServerDelegate.java + test/javax/management/query/ServerDelegateMBean.java + test/javax/management/query/SqeDescriptorKey.java + test/javax/management/query/SupportedQueryTypesTest.java + test/javax/management/query/TestQuery.java + test/javax/management/query/TestQueryMBean.java + test/javax/management/security/AuthorizationTest.java + test/javax/management/security/MBS_Light.java + test/javax/management/security/MBS_LightMBean.java + test/javax/management/security/RjmxMBeanParameter.java + test/javax/management/security/SecurityTest.java + test/javax/management/security/ServerDelegate.java + test/javax/management/security/ServerDelegateMBean.java + test/javax/management/security/Simple.java + test/javax/management/security/SimpleListener.java + test/javax/management/security/SimpleMBean.java + test/javax/management/security/SqeDescriptorKey.java + test/javax/management/security/TestJMXAuthenticator.java + test/javax/management/security/TestSampleLoginModule.java + test/javax/management/security/Utils.java + test/javax/management/security/access.properties + test/javax/management/security/java.policy.authorization + test/javax/management/security/login.config + test/javax/management/security/password.properties + test/javax/management/truststoreAgent + test/javax/management/truststoreClient Changeset: 33b34611d0c3 Author: dmarkov Date: 2016-06-29 10:32 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/33b34611d0c3 8154816: Caps Lock doesn't work as expected when using Pinyin Simplified input method Reviewed-by: ssadetsky, alexp ! src/macosx/classes/sun/lwawt/macosx/CPlatformResponder.java + test/java/awt/im/8154816/bug8154816.html + test/java/awt/im/8154816/bug8154816.java Changeset: d7ca3f02fe27 Author: dmarkov Date: 2016-06-30 11:54 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/d7ca3f02fe27 8144703: ClassCastException: sun.font.CompositeFont cannot be cast to PhysicalFont Reviewed-by: serb, alexp ! src/share/classes/sun/font/CompositeFont.java Changeset: 62d80374d172 Author: akosarev Date: 2016-06-07 08:54 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/62d80374d172 8157603: TestCipher.java doesn't check one of the decrypted message as expected Reviewed-by: valeriep ! test/com/sun/crypto/provider/Cipher/TestCipher.java Changeset: 83b4e21a2989 Author: igerasim Date: 2016-07-04 16:14 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/83b4e21a2989 8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code Reviewed-by: rriggs, coffeys ! src/share/classes/com/sun/jndi/ldap/DigestClientId.java ! src/share/classes/com/sun/jndi/ldap/SimpleClientId.java + test/com/sun/jndi/ldap/SimpleClientIdHashCode.java Changeset: efa1f84b0458 Author: igerasim Date: 2016-07-04 16:15 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/efa1f84b0458 8159822: Non-synchronized access to shared members of com.sun.jndi.ldap.pool.Pool Reviewed-by: coffeys ! src/share/classes/com/sun/jndi/ldap/pool/Pool.java Changeset: aaf3403ab820 Author: igerasim Date: 2016-07-05 00:19 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/aaf3403ab820 8153948: sun/security/mscapi/ShortRSAKey1024.sh fails with "Field length overflow" Reviewed-by: coffeys, xuelei ! test/sun/security/mscapi/ShortRSAKeyWithinTLS.java Changeset: 6fd841c45a7f Author: aivanov Date: 2016-07-05 15:08 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/6fd841c45a7f 8154069: Jaws reads wrong values from comboboxes when no element is selected Reviewed-by: alexsch, serb ! src/share/classes/javax/swing/plaf/basic/BasicComboPopup.java + test/javax/swing/plaf/basic/BasicComboPopup/8154069/Bug8154069.java Changeset: c339f029986d Author: dmarkov Date: 2016-07-05 15:15 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c339f029986d 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X Reviewed-by: alexp ! src/macosx/native/sun/awt/AWTView.m + test/java/awt/im/8148984/bug8148984.html + test/java/awt/im/8148984/bug8148984.java Changeset: 67aec740dd5e Author: igerasim Date: 2016-07-05 20:44 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/67aec740dd5e 8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind Summary: intermittent test failure leaves server process - add server pid to test's kill -9 command Reviewed-by: chegar ! test/com/sun/corba/cachedSocket/7056731.sh Changeset: 0844fa517c35 Author: prr Date: 2016-07-05 11:03 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/0844fa517c35 8160693: ScriptRunData.java uses bitwise AND instead of logical AND Reviewed-by: flar ! src/share/classes/sun/font/ScriptRunData.java Changeset: 527e4315918a Author: poonam Date: 2016-07-06 07:40 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/527e4315918a 8071487: javax/management/monitor/GaugeMonitorDeadlockTest.java timed out Reviewed-by: dholmes ! test/javax/management/monitor/GaugeMonitorDeadlockTest.java ! test/javax/management/monitor/StringMonitorDeadlockTest.java Changeset: b68d8ff43361 Author: robm Date: 2016-06-28 20:03 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b68d8ff43361 8143640: Showing incorrect result while passing specific argument in the Java launcher tools Reviewed-by: ksrini ! src/windows/bin/cmdtoargs.c ! test/tools/launcher/Arrrghs.java Changeset: ef152062973b Author: robm Date: 2016-07-08 13:59 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/ef152062973b Merge Changeset: 5fb7b909aa3c Author: aefimov Date: 2016-07-11 00:29 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/5fb7b909aa3c 8154558: Incorrect GPL header in ProcessEnvironment_md.c reported Reviewed-by: coffeys, igerasim ! src/windows/native/java/lang/ProcessEnvironment_md.c Changeset: 2d74b35ca24d Author: igerasim Date: 2016-07-11 22:31 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/2d74b35ca24d 8067964: Native2ascii doesn't close one of the streams it opens Summary: Change sun.tools.native2ascii.Main.convert() to use try-with-resources; also clean up code formatting. Reviewed-by: chegar ! src/share/classes/sun/tools/native2ascii/Main.java ! test/sun/tools/native2ascii/Native2AsciiTests.sh Changeset: c5815c2dc10c Author: igerasim Date: 2016-07-12 02:39 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c5815c2dc10c 8022203: Intermittent test failures in demo/jvmti/hprof Summary: Added "file" options to separate hprof dump output Reviewed-by: sla Contributed-by: Sergei Kovalev <sergei.kova...@oracle.com> ! test/demo/jvmti/hprof/CpuOldTest.java ! test/demo/jvmti/hprof/CpuSamplesTest.java ! test/demo/jvmti/hprof/CpuTimesDefineClassTest.java ! test/demo/jvmti/hprof/CpuTimesTest.java ! test/demo/jvmti/hprof/HeapAllTest.java ! test/demo/jvmti/hprof/HeapBinaryFormatTest.java ! test/demo/jvmti/hprof/HeapDumpTest.java ! test/demo/jvmti/hprof/HeapSitesTest.java ! test/demo/jvmti/hprof/MonitorTest.java ! test/demo/jvmti/hprof/OptionsTest.java ! test/demo/jvmti/hprof/StackMapTableTest.java Changeset: 91c24e6045b6 Author: aefimov Date: 2016-07-12 14:48 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/91c24e6045b6 8154553: Incorrect GPL header in package-info.java reported Reviewed-by: igerasim ! src/share/classes/com/sun/java/accessibility/util/package-info.java Changeset: e8c918aa42dd Author: igerasim Date: 2016-07-12 21:55 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/e8c918aa42dd 8160518: Semicolon is not recognized as comment starting character (Kerberos) Reviewed-by: weijun, coffeys ! src/share/classes/sun/security/krb5/Config.java + test/sun/security/krb5/config/Semicolon.java + test/sun/security/krb5/config/comments.conf Changeset: 59f5a29dd47e Author: ptbrunet Date: 2016-07-13 15:21 -0500 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/59f5a29dd47e 8153149: Uninitialised memory in WinAccessBridge.cpp:1128 Summary: remove extraneous initializer Reviewed-by: prr, serb Contributed-by: peter.bru...@oracle.com ! src/windows/native/sun/bridge/WinAccessBridge.cpp Changeset: 37b61c31e766 Author: robm Date: 2016-07-13 14:56 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/37b61c31e766 8141148: LDAP "follow" throws ClassCastException with Java 8 Reviewed-by: prappo, xuelei ! src/share/classes/com/sun/jndi/ldap/AbstractLdapNamingEnumeration.java ! src/share/classes/com/sun/jndi/ldap/LdapBindingEnumeration.java ! src/share/classes/com/sun/jndi/ldap/LdapNamingEnumeration.java ! src/share/classes/com/sun/jndi/ldap/LdapSearchEnumeration.java Changeset: f483834549f3 Author: asaha Date: 2016-06-22 08:51 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/f483834549f3 Added tag jdk8u102-b14 for changeset 48c99b423839 ! .hgtags Changeset: 8cdadb2cd458 Author: asaha Date: 2016-07-05 15:30 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/8cdadb2cd458 Merge ! .hgtags ! src/share/classes/com/sun/crypto/provider/CipherCore.java ! src/share/classes/com/sun/crypto/provider/GaloisCounterMode.java ! src/share/classes/java/lang/invoke/MethodHandles.java ! src/share/classes/java/security/ProtectionDomain.java Changeset: 1af2eacbc174 Author: asaha Date: 2016-07-14 12:14 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/1af2eacbc174 Merge Changeset: a11ab21bb799 Author: asaha Date: 2016-07-19 15:40 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/a11ab21bb799 Added tag jdk8u112-b03 for changeset 1af2eacbc174 ! .hgtags Changeset: 1442bc728814 Author: asaha Date: 2016-07-25 14:41 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/1442bc728814 Added tag jdk8u112-b04 for changeset a11ab21bb799 ! .hgtags Changeset: c1541f6d5435 Author: asaha Date: 2016-06-14 14:52 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c1541f6d5435 Added tag jdk8u111-b00 for changeset ebc56c2e8035 ! .hgtags Changeset: 3f19a625fad7 Author: asaha Date: 2016-06-14 14:57 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/3f19a625fad7 Merge ! .hgtags - src/share/classes/sun/invoke/anon/AnonymousClassLoader.java - src/share/classes/sun/invoke/anon/ConstantPoolParser.java - src/share/classes/sun/invoke/anon/ConstantPoolPatch.java - src/share/classes/sun/invoke/anon/ConstantPoolVisitor.java - src/share/classes/sun/invoke/anon/InvalidConstantPoolFormatException.java - test/sun/tools/jcmd/jcmd-Defaults.sh - test/sun/tools/jcmd/jcmd-big-script.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/jps/jps-Defaults.sh - test/sun/tools/jps/jps-V_2.sh - test/sun/tools/jps/jps-V_Output2.awk - test/sun/tools/jps/jps-Vm_2.sh - test/sun/tools/jps/jps-Vm_Output2.awk - test/sun/tools/jps/jps-Vvm.sh - test/sun/tools/jps/jps-Vvm_Output1.awk - test/sun/tools/jps/jps-Vvml.sh - test/sun/tools/jps/jps-Vvml_2.sh - test/sun/tools/jps/jps-Vvml_Output1.awk - test/sun/tools/jps/jps-Vvml_Output2.awk - test/sun/tools/jps/jps-help.sh - test/sun/tools/jps/jps-l_1.sh - test/sun/tools/jps/jps-l_2.sh - test/sun/tools/jps/jps-l_Output1.awk - test/sun/tools/jps/jps-l_Output2.awk - test/sun/tools/jps/jps-lm.sh - test/sun/tools/jps/jps-lm_Output1.awk - test/sun/tools/jps/jps-m.sh - test/sun/tools/jps/jps-m_2.sh - test/sun/tools/jps/jps-m_Output1.awk - test/sun/tools/jps/jps-m_Output2.awk - test/sun/tools/jps/jps-q.sh - test/sun/tools/jps/jps-q_Output1.awk - test/sun/tools/jps/jps-v_1.sh - test/sun/tools/jps/jps-v_Output1.awk - test/sun/tools/jps/jps-vm_1.sh - test/sun/tools/jps/jps-vm_Output1.awk - test/sun/tools/jps/jps_Output1.awk - test/sun/tools/jps/vmflags Changeset: ed69541ce48b Author: mcherkas Date: 2016-05-18 18:59 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/ed69541ce48b 6882559: new JEditorPane("text/plain","") fails for null context class loader Reviewed-by: serb, aivanov ! src/share/classes/javax/swing/JEditorPane.java + test/javax/swing/JEditorPane/6882559/bug6882559.java Changeset: 95cd046cfa36 Author: asaha Date: 2016-06-01 16:18 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/95cd046cfa36 Added tag jdk8u92-b32 for changeset ed69541ce48b ! .hgtags Changeset: 739b1dc838cd Author: mcherkas Date: 2016-06-09 15:08 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/739b1dc838cd 8158734: JEditorPane.createEditorKitForContentType throws NPE after 6882559 Reviewed-by: serb, aivanov ! src/share/classes/javax/swing/JEditorPane.java + test/javax/swing/JEditorPane/8158734/bug8158734.java Changeset: 1f29ae071734 Author: asaha Date: 2016-06-10 10:48 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/1f29ae071734 Added tag jdk8u92-b33 for changeset 739b1dc838cd ! .hgtags Changeset: fd4a822ce053 Author: asaha Date: 2016-06-15 14:25 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/fd4a822ce053 Merge ! .hgtags Changeset: c4f037178319 Author: asaha Date: 2016-06-15 14:32 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c4f037178319 Merge ! .hgtags Changeset: 95afc65c5926 Author: asaha Date: 2016-06-21 09:13 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/95afc65c5926 Added tag jdk8u111-b01 for changeset c4f037178319 ! .hgtags Changeset: 5875930e8469 Author: aefimov Date: 2016-06-22 20:04 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/5875930e8469 8146490: Direct indirect CRL checks Reviewed-by: vinnie ! src/share/classes/sun/security/ec/CurveDB.java ! src/share/classes/sun/security/provider/certpath/ForwardBuilder.java Changeset: 78ef66fc51fc Author: asaha Date: 2016-06-23 08:36 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/78ef66fc51fc Merge ! .hgtags Changeset: de1d09f09e57 Author: asaha Date: 2016-06-23 08:59 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/de1d09f09e57 Merge ! .hgtags Changeset: 924c91633909 Author: asaha Date: 2016-06-27 12:09 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/924c91633909 Added tag jdk8u111-b02 for changeset de1d09f09e57 ! .hgtags Changeset: 0066f1f150e2 Author: asaha Date: 2016-06-28 22:03 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/0066f1f150e2 Added tag jdk8u92-b34 for changeset 1f29ae071734 ! .hgtags Changeset: 222d3ac3aa1f Author: asaha Date: 2016-06-29 11:58 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/222d3ac3aa1f Merge ! .hgtags Changeset: b9662ab7f2ed Author: asaha Date: 2016-06-29 12:15 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b9662ab7f2ed Merge ! .hgtags Changeset: 1818c0df435a Author: prr Date: 2016-07-01 14:09 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/1818c0df435a 8157653: [Parfait] Uninitialised variable in awt_Font.cpp Reviewed-by: serb, ssadetsky ! src/windows/native/sun/windows/awt_Font.cpp Changeset: edc99235661a Author: asaha Date: 2016-07-04 13:05 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/edc99235661a Added tag jdk8u111-b03 for changeset 1818c0df435a ! .hgtags Changeset: cd1f533f297a Author: dmarkov Date: 2016-07-05 19:03 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/cd1f533f297a 8158302: Handle contextual glyph substitutions Reviewed-by: prr ! src/share/native/sun/font/layout/ContextualGlyphSubstProc.cpp ! src/share/native/sun/font/layout/ContextualGlyphSubstProc.h ! src/share/native/sun/font/layout/IndicRearrangementProcessor.cpp ! src/share/native/sun/font/layout/IndicRearrangementProcessor.h ! src/share/native/sun/font/layout/LigatureSubstProc.cpp ! src/share/native/sun/font/layout/LigatureSubstProc.h ! src/share/native/sun/font/layout/StateTableProcessor.cpp ! src/share/native/sun/font/layout/StateTableProcessor.h Changeset: 500d0648c777 Author: asaha Date: 2016-07-04 15:08 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/500d0648c777 Added tag jdk8u102-b31 for changeset 222d3ac3aa1f ! .hgtags Changeset: 591e8ad7cf8f Author: asaha Date: 2016-07-05 15:00 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/591e8ad7cf8f Merge ! .hgtags Changeset: 11f1127e9684 Author: mcherkas Date: 2016-07-06 17:56 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/11f1127e9684 8157764: Better handling of interpolation plugins Reviewed-by: prr, serb, mschoene ! src/share/native/sun/java2d/cmm/lcms/cmsintrp.c Changeset: 7776a75bfaf8 Author: aivanov Date: 2016-07-07 10:28 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/7776a75bfaf8 8157759: LCMS Transform Sampling Enhancement Reviewed-by: prr, serb, mschoene ! src/share/native/sun/java2d/cmm/lcms/cmstypes.c Changeset: e47a4a3f3e54 Author: vkempik Date: 2016-07-07 15:52 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/e47a4a3f3e54 8159519: Reformat JDWP messages Reviewed-by: dcubed Contributed-by: definedmisbehavi...@saynotolinux.com, daniel.daughe...@oracle.com ! src/share/back/debugLoop.c ! src/share/javavm/export/jdwpTransport.h Changeset: b4e28ad9dfd1 Author: ssadetsky Date: 2016-07-11 12:59 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b4e28ad9dfd1 8158994: Service Menu services Reviewed-by: prr, mschoene ! src/windows/classes/sun/awt/windows/WMenuItemPeer.java ! src/windows/classes/sun/awt/windows/WMenuPeer.java ! src/windows/classes/sun/awt/windows/WObjectPeer.java ! src/windows/classes/sun/awt/windows/WPopupMenuPeer.java ! src/windows/native/sun/windows/awt_Frame.cpp ! src/windows/native/sun/windows/awt_MenuBar.cpp ! src/windows/native/sun/windows/awt_MenuBar.h Changeset: ec3d09b179c7 Author: ssadetsky Date: 2016-07-11 19:17 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/ec3d09b179c7 8161141: correct bugId for JDK-8158994 fix push Reviewed-by: prr, mschoene ! src/windows/classes/sun/awt/windows/WMenuItemPeer.java ! src/windows/classes/sun/awt/windows/WMenuPeer.java ! src/windows/classes/sun/awt/windows/WObjectPeer.java ! src/windows/classes/sun/awt/windows/WPopupMenuPeer.java ! src/windows/native/sun/windows/awt_Frame.cpp ! src/windows/native/sun/windows/awt_MenuBar.cpp ! src/windows/native/sun/windows/awt_MenuBar.h Changeset: f75edc10277f Author: ssadetsky Date: 2016-07-11 19:29 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/f75edc10277f 8158993: Service Menu services Reviewed-by: prr, mschoene ! src/windows/classes/sun/awt/windows/WMenuItemPeer.java ! src/windows/classes/sun/awt/windows/WMenuPeer.java ! src/windows/classes/sun/awt/windows/WObjectPeer.java ! src/windows/classes/sun/awt/windows/WPopupMenuPeer.java ! src/windows/native/sun/windows/awt_Frame.cpp ! src/windows/native/sun/windows/awt_MenuBar.cpp ! src/windows/native/sun/windows/awt_MenuBar.h Changeset: 01440b695cb5 Author: aivanov Date: 2016-07-12 11:02 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/01440b695cb5 8160934: isnan() is not available on older MSVC compilers Reviewed-by: prr, mschoene ! src/share/native/sun/java2d/cmm/lcms/cmsintrp.c Changeset: 1a32d9a1ee13 Author: dmarkov Date: 2016-07-12 11:19 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/1a32d9a1ee13 8157753: Audio replay enhancement Reviewed-by: prr ! src/macosx/native/com/sun/media/sound/PLATFORM_API_MacOSX_PCM.cpp ! src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_PCM.c ! src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c ! src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c ! src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp Changeset: 9cb11ad7fc32 Author: aivanov Date: 2016-07-12 16:31 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/9cb11ad7fc32 8159495: Fix index offsets 8140530: Creating a VolatileImage with size 0,0 results in no longer working g2d.drawString Reviewed-by: prr, psadhukhan ! src/share/classes/sun/awt/image/SunVolatileImage.java ! src/solaris/classes/sun/java2d/x11/X11SurfaceDataProxy.java ! src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java ! src/solaris/classes/sun/java2d/xr/XRSurfaceDataProxy.java ! src/solaris/native/sun/java2d/x11/X11SurfaceData.c + test/java/awt/image/VolatileImage/VolatileImageBug.java Changeset: 6be8f327c0a0 Author: ksrini Date: 2016-07-05 13:07 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/6be8f327c0a0 8160094: Improve pack200 layout Reviewed-by: jrose, mschoene ! src/share/native/com/sun/java/util/jar/pack/unpack.cpp ! src/share/native/com/sun/java/util/jar/pack/zip.cpp Changeset: 710f0c95444d Author: ksrini Date: 2016-07-05 13:08 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/710f0c95444d 8160090: Better signature handling in pack200 Reviewed-by: jrose, mschoene ! src/share/native/com/sun/java/util/jar/pack/unpack.cpp Changeset: ab5ff8f1e52c Author: asaha Date: 2016-07-12 14:40 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/ab5ff8f1e52c Added tag jdk8u111-b04 for changeset 710f0c95444d ! .hgtags Changeset: 49681546459c Author: coleenp Date: 2016-06-29 11:51 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/49681546459c 8159515: Improve indy validation Reviewed-by: jrose, hseigel, vlivanov, bmoloden, ctornqvi, mschoene ! src/share/native/common/check_code.c Changeset: 588df0398c57 Author: hb Date: 2016-07-12 16:46 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/588df0398c57 8157739: Classloader Consistency Checking Reviewed-by: ahgross, akulyakh, dfuchs, jwilhelm, skoivu ! src/share/classes/com/sun/jmx/remote/util/ClassLoaderWithRepository.java Changeset: d689f7b806c8 Author: chegar Date: 2016-07-18 14:38 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/d689f7b806c8 8160838: Better HTTP service Reviewed-by: ahgross, alanb, michaelm ! src/share/classes/sun/net/www/protocol/http/AuthenticationHeader.java ! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java ! src/share/lib/net.properties ! test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/OriginServer.java ! test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/ProxyAuthTest.java ! test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/ProxyTunnelServer.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Changeset: 4e28cb985188 Author: asaha Date: 2016-07-18 19:24 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/4e28cb985188 Added tag jdk8u111-b05 for changeset d689f7b806c8 ! .hgtags Changeset: 6c822cce8325 Author: prr Date: 2016-07-14 12:28 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/6c822cce8325 8160098: Clean up color profiles Reviewed-by: ssadetsky, bpb, mschoene ! src/share/native/sun/java2d/cmm/lcms/cmsio0.c Changeset: c24be54e274e Author: asaha Date: 2016-07-20 15:10 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c24be54e274e Merge ! .hgtags Changeset: 8a8b480a4984 Author: asaha Date: 2016-07-25 15:12 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/8a8b480a4984 Merge ! .hgtags Changeset: 90dba8b7ed55 Author: asaha Date: 2016-07-25 11:20 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/90dba8b7ed55 Added tag jdk8u111-b06 for changeset 6c822cce8325 ! .hgtags Changeset: ecb2bae7905e Author: asaha Date: 2016-07-26 14:08 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/ecb2bae7905e Merge ! .hgtags Changeset: d76b11a30333 Author: asaha Date: 2016-07-27 11:10 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/d76b11a30333 Added tag jdk8u112-b06 for changeset ecb2bae7905e ! .hgtags Changeset: 1afe84012d64 Author: ssadetsky Date: 2016-07-27 10:15 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/1afe84012d64 8162411: Service Menu services 2 Reviewed-by: prr, mschoene, serb, ahgross ! src/windows/classes/sun/awt/windows/WFramePeer.java ! src/windows/classes/sun/awt/windows/WMenuBarPeer.java Changeset: 5d5944dbe18b Author: asaha Date: 2016-08-01 12:08 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/5d5944dbe18b Added tag jdk8u111-b07 for changeset 1afe84012d64 ! .hgtags Changeset: c66f5a825a0f Author: asaha Date: 2016-08-01 12:37 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c66f5a825a0f Merge ! .hgtags Changeset: e4082b9b37c9 Author: asaha Date: 2016-08-01 12:44 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/e4082b9b37c9 Added tag jdk8u112-b07 for changeset c66f5a825a0f ! .hgtags Changeset: b6185793a358 Author: rpatil Date: 2016-08-01 22:40 +0530 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b6185793a358 8159684: (tz) Support tzdata2016f Reviewed-by: okutsu ! make/data/tzdata/VERSION ! make/data/tzdata/africa ! make/data/tzdata/antarctica ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/europe ! make/data/tzdata/northamerica ! make/data/tzdata/southamerica ! test/sun/util/calendar/zi/tzdata/VERSION ! test/sun/util/calendar/zi/tzdata/africa ! test/sun/util/calendar/zi/tzdata/antarctica ! test/sun/util/calendar/zi/tzdata/asia ! test/sun/util/calendar/zi/tzdata/australasia ! test/sun/util/calendar/zi/tzdata/europe ! test/sun/util/calendar/zi/tzdata/northamerica ! test/sun/util/calendar/zi/tzdata/southamerica Changeset: b4f1d724d1c8 Author: rpatil Date: 2016-08-02 19:49 +0530 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b4f1d724d1c8 8150611: Security problem on sun.misc.resources.Messages* Reviewed-by: chegar, coffeys ! src/share/classes/sun/misc/resources/Messages.java ! src/share/classes/sun/misc/resources/Messages_de.java ! src/share/classes/sun/misc/resources/Messages_es.java ! src/share/classes/sun/misc/resources/Messages_fr.java ! src/share/classes/sun/misc/resources/Messages_it.java ! src/share/classes/sun/misc/resources/Messages_ja.java ! src/share/classes/sun/misc/resources/Messages_ko.java ! src/share/classes/sun/misc/resources/Messages_pt_BR.java ! src/share/classes/sun/misc/resources/Messages_sv.java ! src/share/classes/sun/misc/resources/Messages_zh_CN.java ! src/share/classes/sun/misc/resources/Messages_zh_TW.java Changeset: 9760ea9a63c0 Author: aivanov Date: 2016-08-04 18:37 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/9760ea9a63c0 8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General 8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline Reviewed-by: flar, arapte ! src/solaris/classes/sun/awt/X11GraphicsConfig.java ! src/windows/classes/sun/java2d/opengl/WGLGraphicsConfig.java Changeset: 3278c61ec8b8 Author: asaha Date: 2016-08-08 11:28 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/3278c61ec8b8 Added tag jdk8u111-b08 for changeset 9760ea9a63c0 ! .hgtags Changeset: 89375f5c2c4c Author: asaha Date: 2016-08-08 13:11 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/89375f5c2c4c Merge ! .hgtags Changeset: edc6bcef9ec2 Author: asaha Date: 2016-08-08 13:19 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/edc6bcef9ec2 Added tag jdk8u112-b08 for changeset 89375f5c2c4c ! .hgtags Changeset: 67252a0030a1 Author: igerasim Date: 2016-07-29 00:00 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/67252a0030a1 8155973: Tighten jar checks Reviewed-by: mullan, igerasim, ahgross ! src/share/classes/sun/security/pkcs/SignerInfo.java ! src/share/classes/sun/security/util/AbstractAlgorithmConstraints.java ! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java ! src/share/classes/sun/security/util/SignatureFileVerifier.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows ! test/javax/crypto/SecretKeyFactory/FailOverTest.sh + test/javax/crypto/SecretKeyFactory/security.properties ! test/sun/security/pkcs/pkcs7/PKCS7VerifyTest.java + test/sun/security/pkcs/pkcs7/reenable.jar.alg.props ! test/sun/security/tools/jarsigner/JarSigningNonAscii.java + test/sun/security/tools/jarsigner/reenable.jar.alg.props Changeset: c959cff8f7ac Author: msheppar Date: 2016-07-28 08:02 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c959cff8f7ac 8157749: Improve handling of DNS error replies Reviewed-by: chegar, rriggs, coffeys ! make/mapfiles/libjava/mapfile-vers ! src/share/native/common/jni_util.c ! src/share/native/common/jni_util.h ! src/solaris/native/java/net/net_util_md.c ! src/windows/native/java/net/net_util_md.c Changeset: 992a559512df Author: asaha Date: 2016-08-16 12:19 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/992a559512df Added tag jdk8u111-b09 for changeset c959cff8f7ac ! .hgtags Changeset: 820ef12b2a56 Author: asaha Date: 2016-08-16 13:03 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/820ef12b2a56 Merge ! .hgtags Changeset: e7fcd2c337c4 Author: asaha Date: 2016-08-16 13:10 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/e7fcd2c337c4 Added tag jdk8u112-b09 for changeset 820ef12b2a56 ! .hgtags Changeset: 9fd1f578d9e3 Author: asaha Date: 2016-08-22 11:07 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/9fd1f578d9e3 8164453: 8u112 L10n resource file update - msgdrop 20 Summary: 8u112 L10n resource file update - msgdrop 20 Reviewed-by: coffeys Contributed-by: li.ji...@oracle.com ! src/share/classes/com/sun/java/util/jar/pack/DriverResource_ja.java ! src/share/classes/sun/launcher/resources/launcher_zh_TW.properties Changeset: 55e37dab57a1 Author: igerasim Date: 2016-07-30 04:02 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/55e37dab57a1 8162792: Remove constraint DSA keySize < 1024 from jdk.jar.disabledAlgorithms in jdk8 Reviewed-by: ascarpino, mullan ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows Changeset: 1f15a299d2bf Author: asaha Date: 2016-08-22 10:53 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/1f15a299d2bf 8164452: 8u111 L10n resource file update - msgdrop 20 Summary: 8u111 L10n resource file update - msgdrop 20 Reviewed-by: coffeys Contributed-by: li.ji...@oracle.com ! src/share/classes/com/sun/java/util/jar/pack/DriverResource_ja.java ! src/share/classes/sun/launcher/resources/launcher_zh_TW.properties Changeset: 28e488c17b7a Author: asaha Date: 2016-08-22 13:21 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/28e488c17b7a Added tag jdk8u111-b10 for changeset 1f15a299d2bf ! .hgtags Changeset: c86d82567b12 Author: asaha Date: 2016-08-22 13:33 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/c86d82567b12 Merge ! .hgtags Changeset: 532df0329e80 Author: asaha Date: 2016-08-22 13:40 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/532df0329e80 Added tag jdk8u112-b10 for changeset c86d82567b12 ! .hgtags Changeset: 8434be67b940 Author: asaha Date: 2016-08-29 11:19 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/8434be67b940 Added tag jdk8u112-b11 for changeset 532df0329e80 ! .hgtags Changeset: cec362940dbd Author: asaha Date: 2016-08-31 09:48 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/cec362940dbd Added tag jdk8u111-b11 for changeset 28e488c17b7a ! .hgtags Changeset: 2a44e743f165 Author: asaha Date: 2016-09-06 10:53 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/2a44e743f165 Merge ! .hgtags Changeset: fc179421bb7e Author: asaha Date: 2016-09-06 11:00 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/fc179421bb7e Added tag jdk8u112-b12 for changeset 2a44e743f165 ! .hgtags Changeset: 38c679a59f02 Author: snikandrova Date: 2016-05-13 16:36 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/38c679a59f02 8049171: Additional tests for jarsigner's warnings Reviewed-by: weijun ! test/ProblemList.txt ! test/javax/security/auth/Subject/doAs/NestedActions.java + test/lib/testlibrary/jdk/testlibrary/JarUtils.java ! test/lib/testlibrary/jdk/testlibrary/Utils.java ! test/sun/security/tools/jarsigner/TimestampCheck.java + test/sun/security/tools/jarsigner/TsacertOptionTest.java + test/sun/security/tools/jarsigner/Utils.java + test/sun/security/tools/jarsigner/warnings/AliasNotInStoreTest.java + test/sun/security/tools/jarsigner/warnings/BadExtendedKeyUsageTest.java + test/sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java + test/sun/security/tools/jarsigner/warnings/BadNetscapeCertTypeTest.java + test/sun/security/tools/jarsigner/warnings/ChainNotValidatedTest.java + test/sun/security/tools/jarsigner/warnings/HasExpiredCertTest.java + test/sun/security/tools/jarsigner/warnings/HasExpiringCertTest.java + test/sun/security/tools/jarsigner/warnings/HasUnsignedEntryTest.java + test/sun/security/tools/jarsigner/warnings/MultipleWarningsTest.java + test/sun/security/tools/jarsigner/warnings/NoTimestampTest.java + test/sun/security/tools/jarsigner/warnings/NotSignedByAliasTest.java + test/sun/security/tools/jarsigner/warnings/NotYetValidCertTest.java + test/sun/security/tools/jarsigner/warnings/Test.java + test/sun/security/tools/jarsigner/warnings/bad_netscape_cert_type.jks.base64 + test/sun/security/tools/jarsigner/warnings/bad_netscape_cert_type.sh Changeset: 411c93ebd066 Author: igerasim Date: 2016-09-14 11:39 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/411c93ebd066 8142926: OutputAnalyzer's shouldXXX() calls return this Reviewed-by: alanb, robm ! test/lib/testlibrary/jdk/testlibrary/OutputAnalyzer.java Changeset: b1304d71a2ec Author: igerasim Date: 2016-09-14 11:41 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/b1304d71a2ec 8165816: jarsigner -verify shows jar unsigned if it was signed with a weak algorithm Reviewed-by: mullan ! src/share/classes/sun/security/pkcs/SignerInfo.java ! src/share/classes/sun/security/tools/jarsigner/Main.java ! src/share/classes/sun/security/tools/jarsigner/Resources.java ! test/sun/security/tools/jarsigner/warnings/Test.java Changeset: 3f1a07c3a600 Author: asaha Date: 2016-09-14 12:42 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/3f1a07c3a600 Added tag jdk8u111-b12 for changeset b1304d71a2ec ! .hgtags Changeset: 16c649b70dc3 Author: asaha Date: 2016-09-14 13:31 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/16c649b70dc3 Merge ! .hgtags ! test/sun/security/tools/jarsigner/warnings/Test.java Changeset: f9dc4a6e93d0 Author: asaha Date: 2016-09-14 13:42 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/f9dc4a6e93d0 Added tag jdk8u112-b13 for changeset 16c649b70dc3 ! .hgtags Changeset: 2c3e1fac1574 Author: asaha Date: 2016-09-21 13:42 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/2c3e1fac1574 Added tag jdk8u111-b13 for changeset 3f1a07c3a600 ! .hgtags Changeset: d2d8b67021a0 Author: asaha Date: 2016-09-21 14:27 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/d2d8b67021a0 Merge ! .hgtags Changeset: ef4e554722e0 Author: asaha Date: 2016-09-21 14:34 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/ef4e554722e0 Added tag jdk8u112-b14 for changeset d2d8b67021a0 ! .hgtags Changeset: ab26fe28f9ed Author: rpatil Date: 2016-09-22 03:03 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/ab26fe28f9ed 8166381: Back out changes to the java.security file to not disable MD5 Reviewed-by: weijun, coffeys ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows Changeset: d95f8359ca2c Author: asaha Date: 2016-09-22 11:59 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/d95f8359ca2c Added tag jdk8u111-b14 for changeset ab26fe28f9ed ! .hgtags Changeset: 60767ec3909b Author: asaha Date: 2016-09-22 13:05 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/60767ec3909b Merge ! .hgtags Changeset: 5dd7e4bae5c2 Author: asaha Date: 2016-09-22 13:17 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/5dd7e4bae5c2 Added tag jdk8u112-b15 for changeset 60767ec3909b ! .hgtags Changeset: 4ab6d82b4155 Author: Greg Lewis <gle...@eyesbeyond.com> Date: 2016-10-24 19:45 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk8/jdk/rev/4ab6d82b4155 Merge from main OpenJDK repository - src/macosx/classes/java/net/DefaultInterface.java - src/macosx/classes/sun/nio/ch/DefaultSelectorProvider.java - src/macosx/classes/sun/nio/ch/KQueueArrayWrapper.java - src/macosx/classes/sun/nio/ch/KQueueSelectorImpl.java - src/macosx/classes/sun/nio/ch/KQueueSelectorProvider.java - src/macosx/native/sun/nio/ch/KQueueArrayWrapper.c ! src/share/native/com/sun/java/util/jar/pack/zip.cpp ! src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_PCM.c ! src/solaris/native/com/sun/media/sound/PLATFORM_API_SolarisOS_PCM.c ! src/solaris/native/java/net/NetworkInterface.c ! src/solaris/native/java/net/PlainDatagramSocketImpl.c ! src/solaris/native/java/net/net_util_md.c ! src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp ! test/com/sun/corba/cachedSocket/7056731.sh ! test/javax/crypto/SecretKeyFactory/FailOverTest.sh ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh