hg: jdk9/hs-emb/jdk: 28 new changesets

alejandro.murillo at oracle.com alejandro.murillo at oracle.com
Fri Apr 25 19:56:49 UTC 2014


Changeset: 409f765373b0
Author:    rriggs
Date:      2014-04-18 15:37 -0400
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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/hs-emb/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: 2cef452ba711
Author:    katleman
Date:      2014-04-15 12:13 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/jdk/rev/2cef452ba711

Added tag jdk9-b08 for changeset 9e7bd44ea85c

! .hgtags

Changeset: 6da187debf0e
Author:    katleman
Date:      2014-04-17 10:13 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/jdk/rev/6da187debf0e

Added tag jdk9-b09 for changeset 2cef452ba711

! .hgtags

Changeset: ab06ba289431
Author:    lana
Date:      2014-04-17 15:20 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/jdk/rev/ab06ba289431

Merge


Changeset: 3e8e199e23b2
Author:    katleman
Date:      2014-04-24 12:21 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/jdk/rev/3e8e199e23b2

Added tag jdk9-b10 for changeset ab06ba289431

! .hgtags

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

Merge


Changeset: df73bd78a166
Author:    weijun
Date:      2014-04-25 10:57 +0800
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/jdk/rev/df73bd78a166

8040321: keytool and jarsigner tests doesn't pass though VM tools to tools
Reviewed-by: alanb

! test/sun/security/mscapi/KeytoolChangeAlias.sh
! test/sun/security/mscapi/PublicKeyInterop.sh
! test/sun/security/mscapi/ShortRSAKey1024.sh
! test/sun/security/mscapi/SignUsingNONEwithRSA.sh
! test/sun/security/tools/jarsigner/AlgOptions.sh
! test/sun/security/tools/jarsigner/PercentSign.sh
! test/sun/security/tools/jarsigner/TimestampCheck.java
! test/sun/security/tools/jarsigner/checkusage.sh
! test/sun/security/tools/jarsigner/collator.sh
! test/sun/security/tools/jarsigner/concise_jarsigner.sh
! test/sun/security/tools/jarsigner/crl.sh
! test/sun/security/tools/jarsigner/diffend.sh
! test/sun/security/tools/jarsigner/ec.sh
! test/sun/security/tools/jarsigner/emptymanifest.sh
! test/sun/security/tools/jarsigner/jvindex.sh
! test/sun/security/tools/jarsigner/nameclash.sh
! test/sun/security/tools/jarsigner/newsize7.sh
! test/sun/security/tools/jarsigner/oldsig.sh
! test/sun/security/tools/jarsigner/onlymanifest.sh
! test/sun/security/tools/jarsigner/passtype.sh
! test/sun/security/tools/jarsigner/samename.sh
! test/sun/security/tools/jarsigner/ts.sh
! test/sun/security/tools/jarsigner/warnings.sh
! test/sun/security/tools/keytool/AltProviderPath.sh
! test/sun/security/tools/keytool/CloneKeyAskPassword.sh
! test/sun/security/tools/keytool/ListKeychainStore.sh
! test/sun/security/tools/keytool/NoExtNPE.sh
! test/sun/security/tools/keytool/SecretKeyKS.sh
! test/sun/security/tools/keytool/StandardAlgName.sh
! test/sun/security/tools/keytool/StorePasswordsByShell.sh
! test/sun/security/tools/keytool/emptysubject.sh
! test/sun/security/tools/keytool/file-in-help.sh
! test/sun/security/tools/keytool/importreadall.sh
! test/sun/security/tools/keytool/newhelp.sh
! test/sun/security/tools/keytool/p12importks.sh
! test/sun/security/tools/keytool/printssl.sh
! test/sun/security/tools/keytool/resource.sh
! test/sun/security/tools/keytool/selfissued.sh
! test/sun/security/tools/keytool/trystore.sh
! test/sun/security/tools/policytool/i18n.sh
! test/sun/security/validator/certreplace.sh
! test/sun/security/validator/samedn.sh

Changeset: 6a12779387cb
Author:    sla
Date:      2014-04-25 08:55 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/jdk/rev/6a12779387cb

8038947: HotSpotDiagnosticMXBean/CheckOrigin.java 'NewSize' should have origin 'ERGONOMIC' but had 'DEFAULT'
Reviewed-by: mchung, jbachorik

! test/com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java

Changeset: 4ff63234c8d0
Author:    sla
Date:      2014-04-25 14:53 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/jdk/rev/4ff63234c8d0

8039432: demo/jvmti/mtrace/TraceJFrame.java can't connect to X11
Reviewed-by: dcubed, mgronlun

! test/demo/jvmti/mtrace/TraceJFrame.java

Changeset: 2b5b8d82173e
Author:    sla
Date:      2014-04-25 17:19 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/jdk/rev/2b5b8d82173e

8033104: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
Reviewed-by: kamg, mgronlun

! make/mapfiles/libjava/mapfile-vers
! src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/PerfDataFile.java
! src/share/classes/sun/misc/VMSupport.java
! src/share/javavm/export/jvm.h
! src/share/native/sun/misc/VMSupport.c
! test/com/sun/tools/attach/BasicTests.java
! test/com/sun/tools/attach/RunnerUtil.java
+ test/com/sun/tools/attach/TempDirTest.java
! test/com/sun/tools/attach/java.policy.allow
! test/com/sun/tools/attach/java.policy.deny

Changeset: 8adb41252e15
Author:    sla
Date:      2014-04-25 18:28 +0200
URL:       http://hg.openjdk.java.net/jdk9/hs-emb/jdk/rev/8adb41252e15

8041948: Build broken by fix of 8033104
Reviewed-by: darcy

! make/mapfiles/libjava/mapfile-vers
! src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/PerfDataFile.java
! src/share/classes/sun/misc/VMSupport.java
! src/share/javavm/export/jvm.h
! src/share/native/sun/misc/VMSupport.c
! test/com/sun/tools/attach/BasicTests.java
! test/com/sun/tools/attach/RunnerUtil.java
- test/com/sun/tools/attach/TempDirTest.java
! test/com/sun/tools/attach/java.policy.allow
! test/com/sun/tools/attach/java.policy.deny



More information about the jdk9-hs-emb-changes mailing list