hg: jdk8u/jdk8u/jdk: 31 new changesets

rob.mckenna at oracle.com rob.mckenna at oracle.com
Wed Mar 30 01:34:46 UTC 2016


Changeset: d6e8e11bec16
Author:    farvidsson
Date:      2014-02-18 11:23 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d6e8e11bec16

4515292: ReferenceType.isStatic() returns true for arrays
Summary: Add implementation of isStatic() in com.sun.tools.jdi.ArrayTypeImpl
Reviewed-by: sla, sspitsyn

! src/share/classes/com/sun/tools/jdi/ArrayTypeImpl.java

Changeset: 2e0399f66ddc
Author:    coffeys
Date:      2016-03-16 09:22 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/2e0399f66ddc

8151352: jdk/test/sample fails with "effective library path is outside the test suite"
Reviewed-by: darcy
Contributed-by: Felix Yang <felix.yang at oracle.com>

+ test/sample/TEST.properties
! test/sample/chatserver/ChatTest.java
! test/sample/mergesort/MergeSortTest.java

Changeset: 8ed982481938
Author:    coffeys
Date:      2016-03-17 09:08 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/8ed982481938

8151535: TESTBUG: java/lang/invoke/AccessControlTest.java should be modified to run with JTREG 4.1 b13
Reviewed-by: coffeys
Contributed-by: Felix Yang <felix.yang at oracle.com>

! test/java/lang/invoke/AccessControlTest.java

Changeset: 6eb305654f7f
Author:    tyan
Date:      2015-09-23 21:28 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/6eb305654f7f

8048604: Tests for strong crypto ciphers
Summary: SQE test co-location effort
Reviewed-by: valeriep

+ test/com/sun/crypto/provider/CICO/CICOChainingTest.java
+ test/com/sun/crypto/provider/CICO/CICODESFuncTest.java
+ test/com/sun/crypto/provider/CICO/CICOSkipTest.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/AESPBEWrapper.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/AbstractPBEWrapper.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/CICOPBEFuncTest.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/CICO_PBE_RW_Test.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/CICO_PBE_SKIP_Test.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/CICO_PBE_Test.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/DefaultPBEWrapper.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/PBEAlgorithm.java
+ test/com/sun/crypto/provider/CICO/PBEFunc/PBKDF2Wrapper.java
+ test/com/sun/crypto/provider/CICO/ReadModel.java
+ test/com/sun/crypto/provider/CICO/TestUtilities.java
+ test/com/sun/crypto/provider/Cipher/DES/TextPKCS5PaddingTest.java
! test/javax/crypto/KeyGenerator/TestKGParity.java

Changeset: 95fb8955a36c
Author:    valeriep
Date:      2015-09-24 01:45 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/95fb8955a36c

8137068: Tests added in JDK-8048604 fail to compile
Summary: Fixed the 2 tests with correct jprt tags
Reviewed-by: xuelei

! test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java
! test/javax/crypto/KeyGenerator/TestKGParity.java

Changeset: 17f8494faaf3
Author:    asmotrak
Date:      2015-07-25 08:50 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/17f8494faaf3

8048596: Tests for AEAD ciphers
Reviewed-by: valeriep

+ test/com/sun/crypto/provider/Cipher/AEAD/Encrypt.java
+ test/com/sun/crypto/provider/Cipher/AEAD/GCMParameterSpecTest.java
+ test/com/sun/crypto/provider/Cipher/AEAD/Helper.java
+ test/com/sun/crypto/provider/Cipher/AEAD/KeyWrapper.java
+ test/com/sun/crypto/provider/Cipher/AEAD/ReadWriteSkip.java
+ test/com/sun/crypto/provider/Cipher/AEAD/SameBuffer.java
+ test/com/sun/crypto/provider/Cipher/AEAD/SealedObjectTest.java
+ test/com/sun/crypto/provider/Cipher/AEAD/WrongAAD.java

Changeset: 92c8508ac4cb
Author:    valeriep
Date:      2014-12-12 00:19 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/92c8508ac4cb

8048819: Implement reliability test for DH algorithm
Summary: Added DH test for up-to-4 parties key exchange
Reviewed-by: valeriep
Contributed-by: Amanda Jiang <amanda.jiang at oracle.com>

+ test/com/sun/crypto/provider/KeyAgreement/SameDHKeyStressTest.java

Changeset: 64cb46ce8cde
Author:    valeriep
Date:      2015-09-24 18:16 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/64cb46ce8cde

8075286: Additional tests for signature algorithm OIDs and transformation string
Summary: SQE test co-location effort
Reviewed-by: valeriep
Contributed-by: sha.jiang at oracle.com

+ test/com/sun/crypto/provider/NSASuiteB/TestAESOids.java
+ test/com/sun/crypto/provider/NSASuiteB/TestAESWrapOids.java
+ test/com/sun/crypto/provider/NSASuiteB/TestHmacSHAOids.java
+ test/sun/security/TestSignatureOidHelper.java
+ test/sun/security/ec/NSASuiteB/TestSHAwithECDSASignatureOids.java
+ test/sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java
+ test/sun/security/provider/NSASuiteB/TestSHAOids.java
+ test/sun/security/provider/NSASuiteB/TestSHAwithDSASignatureOids.java

Changeset: d2eca04e6de4
Author:    rhalade
Date:      2015-08-13 06:42 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d2eca04e6de4

8048624: Tests for SealedObject
Reviewed-by: valeriep

+ test/javax/crypto/SealedObject/TestSealedObjectNull.java

Changeset: 5b8ec82dc4d3
Author:    omajid
Date:      2016-03-17 17:51 -0400
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/5b8ec82dc4d3

8140620: Find and load default.sf2 as the default soundbank on Linux
Reviewed-by: serb

! src/share/classes/com/sun/media/sound/SoftSynthesizer.java

Changeset: 794e05bde539
Author:    asmotrak
Date:      2015-04-23 18:01 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/794e05bde539

8048138: Tests for JAAS callbacks
Reviewed-by: weijun

+ test/javax/security/auth/login/LoginContext/CustomLoginModule.java
+ test/javax/security/auth/login/LoginContext/SharedState.java
+ test/javax/security/auth/login/LoginContext/StandardCallbacks.java
+ test/javax/security/auth/login/LoginContext/custom.config
+ test/javax/security/auth/login/LoginContext/shared.config

Changeset: ebb0b6edbbef
Author:    weijun
Date:      2015-03-23 15:37 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/ebb0b6edbbef

8048618: Tests for PKCS12 write operations.
Reviewed-by: weijun
Contributed-by: Zaiyao Liu <zaiyao.liu at oracle.com>

+ test/java/security/KeyStore/PKCS12/WriteP12Test.java
+ test/java/security/KeyStore/PKCS12/certs/writeP12/keystoreCA.jks.data
+ test/java/security/KeyStore/PKCS12/certs/writeP12/keystoreEU.jks.data

Changeset: ec3fbaa19da5
Author:    weijun
Date:      2014-08-27 11:33 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/ec3fbaa19da5

8048617: Tests for PKCS12 read operations
Reviewed-by: weijun
Contributed-by: Zaiyao Liu <zaiyao.liu at oracle.com>

+ test/java/security/KeyStore/PKCS12/ReadP12Test.java
+ test/java/security/KeyStore/PKCS12/certs/readP12/ie_chain.pfx.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/ie_self.pfx.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/jdk_chain.p12.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/jdk_self.p12.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/mozilla_chain.p12.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/mozilla_self.p12.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/mozilla_twoentries.p12.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/netscape_chain.p12.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/netscape_self.p12.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/netscape_twoentries.p12.data
+ test/java/security/KeyStore/PKCS12/certs/readP12/openssl.p12.data

Changeset: 2a94e7e184d8
Author:    weijun
Date:      2014-12-04 16:50 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/2a94e7e184d8

8048619: Implement tests for converting PKCS12 keystores
Reviewed-by: weijun
Contributed-by: Zaiyao Liu <zaiyao.liu at oracle.com>

+ test/java/security/KeyStore/PKCS12/ConvertP12Test.java
+ test/java/security/KeyStore/PKCS12/certs/convertP12/ie_jceks_chain.pfx.data
+ test/java/security/KeyStore/PKCS12/certs/convertP12/ie_jks_chain.pfx.data
+ test/java/security/KeyStore/PKCS12/certs/convertP12/jdk_jceks_selfsigned.p12.data
+ test/java/security/KeyStore/PKCS12/certs/convertP12/jdk_jceks_twoentry.p12.data
+ test/java/security/KeyStore/PKCS12/certs/convertP12/jdk_jceks_twopass.p12.data
+ test/java/security/KeyStore/PKCS12/certs/convertP12/jdk_jks_selfsigned.p12.data
+ test/java/security/KeyStore/PKCS12/certs/convertP12/jdk_jks_twoentry.p12.data
+ test/java/security/KeyStore/PKCS12/certs/convertP12/jdk_jks_twopass.p12.data
+ test/java/security/KeyStore/PKCS12/certs/convertP12/keystoreCA.jceks.data

Changeset: ef3ac1af8244
Author:    weijun
Date:      2015-03-04 10:12 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/ef3ac1af8244

8048360: Test signed jar files
Reviewed-by: weijun
Contributed-by: Amanda Jiang <amanda.jiang at oracle.com>

+ test/java/security/Policy/SignedJar/SignedJarTest.java
+ test/java/security/Policy/SignedJar/SignedJarTest_1.policy
+ test/java/security/Policy/SignedJar/SignedJarTest_2.policy
+ test/java/security/Policy/SignedJar/keypass

Changeset: 8e566c76efad
Author:    weijun
Date:      2014-08-26 15:10 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/8e566c76efad

8050370: Need new regressions tests for messageDigest with DigestIOStream
Reviewed-by: weijun
Contributed-by: Zaiyao Liu <zaiyao.liu at oracle.com>

+ test/java/security/MessageDigest/TestDigestIOStream.java

Changeset: d07d57a06d68
Author:    xuelei
Date:      2015-05-18 02:11 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d07d57a06d68

8048820: Implement tests for SecretKeyFactory
Reviewed-by: xuelei
Contributed-by: Zaiyao Liu <zaiyao.liu at oracle.com>

+ test/javax/crypto/SecretKeyFactory/PBKDF2TranslateTest.java
+ test/javax/crypto/SecretKeyFactory/SecKFTranslateTest.java

Changeset: 5a05547dc8f8
Author:    amjiang
Date:      2015-09-22 09:34 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/5a05547dc8f8

8050461: Tests for syntax checking of JAAS configuration file
Reviewed-by: weijun

+ test/javax/security/auth/login/JAASConfigSyntaxCheck/JAASConfigSyntaxTest.java
+ test/javax/security/auth/login/JAASConfigSyntaxCheck/JAASSynWithOutApplication.config
+ test/javax/security/auth/login/JAASConfigSyntaxCheck/JAASSynWithOutBraces.config
+ test/javax/security/auth/login/JAASConfigSyntaxCheck/JAASSynWithOutFlag.config
+ test/javax/security/auth/login/JAASConfigSyntaxCheck/JAASSynWithOutLoginModule.config
+ test/javax/security/auth/login/JAASConfigSyntaxCheck/JAASSynWithOutSemiColen.config
+ test/javax/security/auth/login/JAASConfigSyntaxCheck/SampleLoginModule.java

Changeset: bc23d1ffda6c
Author:    asmotrak
Date:      2015-07-16 09:20 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/bc23d1ffda6c

8049814: Additional SASL client-server tests
Reviewed-by: weijun

+ test/javax/security/sasl/Sasl/ClientServerTest.java

Changeset: 8c3da80c7670
Author:    weijun
Date:      2015-03-04 16:26 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/8c3da80c7670

8048610: Implement regression test for bug fix of 4686632 in JCE
Reviewed-by: weijun
Contributed-by: Zaiyao Liu <zaiyao.liu at oracle.com>

+ test/com/sun/crypto/provider/Cipher/JCE/Bugs/4686632/Empty.java

Changeset: 074a27d94996
Author:    weijun
Date:      2014-10-13 17:55 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/074a27d94996

8048052: Permission tests for setFactory
Summary: Add RuntimePermission tests for setFactory
Reviewed-by: weijun, mullan
Contributed-by: felix.yang at oracle.com

+ test/java/net/SetFactoryPermission/SetFactoryPermission.java
+ test/java/net/SetFactoryPermission/policy.fail
+ test/java/net/SetFactoryPermission/policy.success

Changeset: 5e8c340f18eb
Author:    amjiang
Date:      2015-09-24 10:23 +0800
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/5e8c340f18eb

8050427: LoginContext tests to cover JDK-4703361
Reviewed-by: weijun

+ test/javax/security/auth/login/LoginContext/DummyLoginModule.java
+ test/javax/security/auth/login/LoginContext/DynamicConfigurationTest.java
+ test/javax/security/auth/login/LoginContext/MyConfiguration.java
+ test/javax/security/auth/login/LoginContext/SmartLoginModule.java

Changeset: 1ac71d0819c8
Author:    aefimov
Date:      2016-03-24 01:20 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/1ac71d0819c8

8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
Reviewed-by: lancea

! test/TEST.groups
+ test/javax/xml/bind/xjc/8145039/JaxbMarshallTest.java
+ test/javax/xml/bind/xjc/8145039/testSchema.xsd

Changeset: 20f2ccffa30f
Author:    robm
Date:      2016-03-24 15:59 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/20f2ccffa30f

8065078: NetworkInterface.getNetworkInterfaces() triggers intermittent test failures
Reviewed-by: chegar

! src/windows/native/java/net/NetworkInterface_winXP.c

Changeset: 458a4b3f2c24
Author:    van
Date:      2016-03-25 10:40 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/458a4b3f2c24

8145228: Java Access Bridge, getAccessibleStatesStringFromContext doesn't wrap the call to getAccessibleRole
Summary: use invokeAndWait in two places that were missing that
Reviewed-by: alexsch, prr
Contributed-by: peter.brunet at oracle.com

! src/windows/classes/com/sun/java/accessibility/AccessBridge.java

Changeset: 4c0392b7d637
Author:    aefimov
Date:      2016-03-28 16:39 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/4c0392b7d637

8150704: XALAN: ERROR: 'No more DTM IDs are available' when transforming with lots of temporary result trees
Reviewed-by: joehw

+ test/javax/xml/jaxp/transform/8150704/Bug8150704-1.ref
+ test/javax/xml/jaxp/transform/8150704/Bug8150704-1.xml
+ test/javax/xml/jaxp/transform/8150704/Bug8150704-1.xsl
+ test/javax/xml/jaxp/transform/8150704/Bug8150704-2.ref
+ test/javax/xml/jaxp/transform/8150704/Bug8150704-2.xml
+ test/javax/xml/jaxp/transform/8150704/Bug8150704-2.xsl
+ test/javax/xml/jaxp/transform/8150704/TransformerTest.java

Changeset: d68fddee9dbc
Author:    aefimov
Date:      2016-03-29 13:19 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d68fddee9dbc

8073872: Schemagen fails with StackOverflowError if element references containing class
Reviewed-by: lancea

+ test/javax/xml/bind/jxc/8073872/Foo.java
+ test/javax/xml/bind/jxc/8073872/SchemagenStackOverflow.java

Changeset: ffd65eb4d2be
Author:    mullan
Date:      2016-03-21 14:13 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/ffd65eb4d2be

8072463: Remove requirement that AKID and SKID have to match when building certificate chain
Reviewed-by: xuelei

! src/share/classes/sun/security/provider/certpath/AdaptableX509CertSelector.java
! src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java
! src/share/classes/sun/security/provider/certpath/ForwardBuilder.java
! src/share/classes/sun/security/x509/AuthorityKeyIdentifierExtension.java

Changeset: 392d66ecf06b
Author:    bgopularam
Date:      2016-03-29 01:57 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/392d66ecf06b

8048830: Implement tests for new functionality provided in JEP 166
Summary: New tests for validating read write operations on PKCS 12 based keystore
Reviewed-by: vinnie

+ test/java/security/KeyStore/PKCS12/CheckDefaults.java
+ test/java/security/KeyStore/PKCS12/EntryProtectionTest.java
+ test/java/security/KeyStore/PKCS12/KeytoolReaderP12Test.java
+ test/java/security/KeyStore/PKCS12/KeytoolWriteP12Test.java
+ test/java/security/KeyStore/PKCS12/MetadataEmptyTest.java
+ test/java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java
+ test/java/security/KeyStore/PKCS12/StoreTrustedCertAPITest.java
+ test/java/security/KeyStore/PKCS12/StoreTrustedCertKeytool.java
+ test/java/security/KeyStore/PKCS12/Utils.java
+ test/java/security/KeyStore/PKCS12/api_cert_chain.p12.data
+ test/java/security/KeyStore/PKCS12/api_cert_chain.p12_expected.data
+ test/java/security/KeyStore/PKCS12/api_private_key.p12.data
+ test/java/security/KeyStore/PKCS12/api_private_key.p12_expected.data
+ test/java/security/KeyStore/PKCS12/api_private_key_not_match.p12.data
+ test/java/security/KeyStore/PKCS12/api_private_key_not_match.p12_expected.data
+ test/java/security/KeyStore/PKCS12/api_two_pass.p12.data
+ test/java/security/KeyStore/PKCS12/api_two_pass.p12_expected.data
+ test/java/security/KeyStore/PKCS12/ie_chain.pfx.data
+ test/java/security/KeyStore/PKCS12/ie_chain.pfx.pem
+ test/java/security/KeyStore/PKCS12/ie_self.pfx.data
+ test/java/security/KeyStore/PKCS12/ie_self.pfx.pem
+ test/java/security/KeyStore/PKCS12/mozilla_self.p12.data
+ test/java/security/KeyStore/PKCS12/mozilla_self.p12.pem
+ test/java/security/KeyStore/PKCS12/netscape_self.p12.data
+ test/java/security/KeyStore/PKCS12/netscape_self.p12.pem
+ test/java/security/KeyStore/PKCS12/openssl.p12.data
+ test/java/security/KeyStore/PKCS12/openssl.p12.pem
! test/sun/security/pkcs12/StoreSecretKeyTest.java

Changeset: 4eeb7999ff74
Author:    coffeys
Date:      2016-03-29 19:05 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/4eeb7999ff74

Merge


Changeset: f0851bc0e7bf
Author:    robm
Date:      2016-03-29 23:02 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/f0851bc0e7bf

Merge




More information about the jdk8u-changes mailing list