hg: jdk9/jdk9/jdk: 20 new changesets

lana.steuck at oracle.com lana.steuck at oracle.com
Wed Apr 30 20:10:04 UTC 2014


Changeset: a311c31fc622
Author:    igerasim
Date:      2014-04-18 18:46 +0400
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/a311c31fc622

8038982: java/lang/ref/EarlyTimeout.java failed again
Reviewed-by: mchung

! test/java/lang/ref/EarlyTimeout.java

Changeset: 409f765373b0
Author:    rriggs
Date:      2014-04-18 15:37 -0400
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/409f765373b0

8038823: Missing @Test annotation and copyright in java.time tests
Reviewed-by: lancea

! test/java/time/tck/java/time/chrono/CopticChronology.java
! test/java/time/tck/java/time/chrono/CopticDate.java
! test/java/time/tck/java/time/chrono/CopticEra.java
! test/java/time/tck/java/time/chrono/TCKChronoPeriod.java

Changeset: 25bec8e3193e
Author:    bpb
Date:      2014-04-18 14:03 -0700
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/25bec8e3193e

8027595: Enable BigInteger overflow tests in JTREG
Summary: Remove space in @test tags, remove OOME catches, add @run tag for StringConstructorOverflow.
Reviewed-by: mduigou

! test/java/math/BigInteger/BitLengthOverflow.java
! test/java/math/BigInteger/DivisionOverflow.java
! test/java/math/BigInteger/DoubleValueOverflow.java
! test/java/math/BigInteger/StringConstructorOverflow.java
! test/java/math/BigInteger/SymmetricRangeTests.java

Changeset: a78c361a05c0
Author:    lancea
Date:      2014-04-18 17:37 -0400
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/a78c361a05c0

8040760: Addition of new java.sql tests
Reviewed-by: rriggs

+ test/java/sql/TEST.properties
+ test/java/sql/test/sql/BatchUpdateExceptionTests.java
+ test/java/sql/test/sql/DataTruncationTests.java
+ test/java/sql/test/sql/DateTests.java
+ test/java/sql/test/sql/DriverManagerTests.java
+ test/java/sql/test/sql/SQLClientInfoExceptionTests.java
+ test/java/sql/test/sql/SQLDataExceptionTests.java
+ test/java/sql/test/sql/SQLExceptionTests.java
+ test/java/sql/test/sql/SQLFeatureNotSupportedExceptionTests.java
+ test/java/sql/test/sql/SQLIntegrityConstraintViolationExceptionTests.java
+ test/java/sql/test/sql/SQLInvalidAuthorizationSpecExceptionTests.java
+ test/java/sql/test/sql/SQLNonTransientConnectionExceptionTests.java
+ test/java/sql/test/sql/SQLNonTransientExceptionTests.java
+ test/java/sql/test/sql/SQLRecoverableExceptionTests.java
+ test/java/sql/test/sql/SQLSyntaxErrorExceptionTests.java
+ test/java/sql/test/sql/SQLTimeoutExceptionTests.java
+ test/java/sql/test/sql/SQLTransactionRollbackExceptionTests.java
+ test/java/sql/test/sql/SQLTransientConnectionExceptionTests.java
+ test/java/sql/test/sql/SQLTransientExceptionTests.java
+ test/java/sql/test/sql/SQLWarningTests.java
+ test/java/sql/test/sql/TimeTests.java
+ test/java/sql/test/sql/TimestampTests.java
+ test/java/sql/util/DriverActionImpl.java
+ test/java/sql/util/SerializedBatchUpdateException.java
+ test/java/sql/util/StubBlob.java
+ test/java/sql/util/StubConnection.java
+ test/java/sql/util/StubDriver.java
+ test/java/sql/util/StubDriverDA.java

Changeset: ea141745e90d
Author:    scolebourne
Date:      2014-04-12 14:54 +0100
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/ea141745e90d

8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect
Reviewed-by: lancea, rriggs

! src/share/classes/java/time/temporal/IsoFields.java
! src/share/classes/java/time/temporal/WeekFields.java
+ test/java/time/test/java/time/temporal/TestIsoWeekFields.java

Changeset: 4c712155f7c9
Author:    weijun
Date:      2014-04-21 10:25 +0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/4c712155f7c9

8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
Reviewed-by: vinnie

! src/share/classes/com/sun/jarsigner/ContentSignerParameters.java
+ test/com/sun/jarsigner/DefaultMethod.java

Changeset: 3b2d261eedff
Author:    weijun
Date:      2014-04-21 10:26 +0800
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/3b2d261eedff

8038837: Add support to jarsigner for specifying timestamp hash algorithm
Reviewed-by: vinnie

! src/share/classes/com/sun/jarsigner/ContentSignerParameters.java
! src/share/classes/sun/security/pkcs/PKCS7.java
! src/share/classes/sun/security/tools/jarsigner/Main.java
! src/share/classes/sun/security/tools/jarsigner/Resources.java
! src/share/classes/sun/security/tools/jarsigner/TimestampedSigner.java
! test/sun/security/tools/jarsigner/TimestampCheck.java

Changeset: bf4a697e7505
Author:    lfoltan
Date:      2014-04-21 13:51 -0400
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/bf4a697e7505

8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list.
Summary: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from ProblemList.txt, issue fixed in JDK 8.
Reviewed-by: gtriantafill, hseigel, mchung

! test/ProblemList.txt

Changeset: 3b50efed107a
Author:    shurailine
Date:      2014-04-21 13:12 -0700
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/3b50efed107a

8039438: Some tests depend on internal API sun.misc.IOUtils
Summary: Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean)
Reviewed-by: alanb, mchung, chegar
Contributed-by: Alexandre Iline <alexandre.iline at oracle.com>

! test/java/lang/annotation/AnnotationType/AnnotationTypeRuntimeAssumptionTest.java
! test/java/lang/invoke/lambda/LambdaClassLoaderSerialization.java
! test/java/lang/reflect/Method/InterfaceStatic/StaticInterfaceMethodInWayOfDefault.java
! test/lib/testlibrary/jdk/testlibrary/FileUtils.java
+ test/lib/testlibrary/jdk/testlibrary/IOUtils.java
! test/sun/security/tools/jarsigner/EntriesOrder.java

Changeset: b3cc1d52ebb0
Author:    shurailine
Date:      2014-04-21 13:16 -0700
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/b3cc1d52ebb0

8039816: Some tests depend on internal API sun.security.action.GetPropertyAction
Summary: Replace sun.security.action.GetPropertyAction usages with lambda expressions creating java.security.PrivilegedAction.
Reviewed-by: alanb, mchung, chegar
Contributed-by: Alexandre Iline <alexandre.iline at oracle.com>

! test/com/sun/nio/sctp/SctpChannel/SocketOptionTests.java
! test/com/sun/nio/sctp/SctpMultiChannel/SocketOptionTests.java
! test/java/nio/charset/Charset/NIOCharsetAvailabilityTest.java
! test/sun/security/tools/jarsigner/CertChainUnclosed.java

Changeset: 3aeb306d985c
Author:    lancea
Date:      2014-04-22 08:57 -0400
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/3aeb306d985c

8041331: Cleanup files for jtreg and windows
Reviewed-by: rriggs, smarks, chegar

! test/java/sql/test/sql/BatchUpdateExceptionTests.java
! test/java/sql/test/sql/DataTruncationTests.java
! test/java/sql/test/sql/SQLClientInfoExceptionTests.java
! test/java/sql/test/sql/SQLDataExceptionTests.java
! test/java/sql/test/sql/SQLExceptionTests.java
! test/java/sql/test/sql/SQLFeatureNotSupportedExceptionTests.java
! test/java/sql/test/sql/SQLIntegrityConstraintViolationExceptionTests.java
! test/java/sql/test/sql/SQLInvalidAuthorizationSpecExceptionTests.java
! test/java/sql/test/sql/SQLNonTransientConnectionExceptionTests.java
! test/java/sql/test/sql/SQLNonTransientExceptionTests.java
! test/java/sql/test/sql/SQLRecoverableExceptionTests.java
! test/java/sql/test/sql/SQLSyntaxErrorExceptionTests.java
! test/java/sql/test/sql/SQLTimeoutExceptionTests.java
! test/java/sql/test/sql/SQLTransactionRollbackExceptionTests.java
! test/java/sql/test/sql/SQLTransientConnectionExceptionTests.java
! test/java/sql/test/sql/SQLTransientExceptionTests.java
! test/java/sql/test/sql/SQLWarningTests.java
+ test/java/sql/util/BaseTest.java

Changeset: 6c40971f251a
Author:    lancea
Date:      2014-04-22 09:09 -0400
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/6c40971f251a

8041485: Update TEST.groups for jdk/nio/zipfs
Reviewed-by: chegar

! test/TEST.groups

Changeset: 7703578cf570
Author:    alundblad
Date:      2014-04-22 16:45 +0200
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/7703578cf570

8037085: The sjavac exclude option should accept valid directory identifiers
Summary: Option handling code rewritten. Exclusion / inclusion patterns changed from package to directories.
Reviewed-by: jfranck, erikj, ihse

! make/CompileJavaClasses.gmk

Changeset: 30acbdbdb04e
Author:    mduigou
Date:      2014-04-22 10:38 -0700
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/30acbdbdb04e

8040837: Avoid provoking NFEs when initializing InetAddrCachePolicy
Reviewed-by: mduigou
Contributed-by: bernd-2014 at eckenfels.net, claes.redestad at oracle.com

! src/share/classes/sun/net/InetAddressCachePolicy.java

Changeset: 6de4be4b64e7
Author:    mduigou
Date:      2014-04-22 16:21 +0200
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/6de4be4b64e7

8040747: Improve performance of IP address parsing
Reviewed-by: mduigou, chegar
Contributed-by: claes.redestad at oracle.com, bernd-2014 at eckenfels.net

! src/share/classes/sun/net/util/IPAddressUtil.java
! test/java/net/Inet4Address/textToNumericFormat.java

Changeset: bc96b8cf4d4f
Author:    mchung
Date:      2014-04-22 15:16 -0700
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/bc96b8cf4d4f

8035807: Convert use of sun.misc.BASE64Encoder/Decoder with java.util.Base64
Reviewed-by: alanb, vinnie, sherman, msheppar

! src/share/classes/com/sun/jndi/ldap/Obj.java
! src/share/classes/sun/net/ftp/impl/FtpClient.java
+ test/com/sun/jndi/ldap/Base64Test.java
! test/java/lang/StringCoding/Enormous.java

Changeset: d31534fb7b25
Author:    chegar
Date:      2014-04-23 12:26 +0100
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/d31534fb7b25

8041563: More ProblemList.txt updates (4/2014)
Reviewed-by: chegar
Contributed-by: Michael Cui <michael.cui at oracle.com>

! test/ProblemList.txt

Changeset: ea0d59f39e8f
Author:    chegar
Date:      2014-04-23 13:19 +0100
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/ea0d59f39e8f

8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
Reviewed-by: chegar
Contributed-by: Steven Lawrance <slawrance at salesforce.com>, Andreas Rieber <rieberandreas at gmail.com>

! src/share/classes/sun/net/www/http/HttpClient.java
+ test/sun/net/www/http/HttpClient/B8025710.java

Changeset: 2d9b707020b5
Author:    michaelm
Date:      2014-04-23 17:29 +0100
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/2d9b707020b5

8041397: Lint regression in java.net.SocketOption
Reviewed-by: rriggs

! src/share/classes/java/net/DatagramSocketImpl.java
! src/share/classes/java/net/SocketImpl.java
! src/solaris/classes/java/net/PlainDatagramSocketImpl.java
! src/solaris/classes/java/net/PlainSocketImpl.java

Changeset: 47feccd164b7
Author:    lana
Date:      2014-04-24 16:03 -0700
URL:       http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/47feccd164b7

Merge




More information about the jdk9-all-changes mailing list