hg: jdk9/client/jdk: 48 new changesets
thomas.v.ng at oracle.com
thomas.v.ng at oracle.com
Tue Apr 29 21:44:09 UTC 2014
Changeset: e0c909934cd6
Author: mtobiass
Date: 2014-04-16 12:40 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/e0c909934cd6
8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
Reviewed-by: mchung, jbachorik
Contributed-by: Mattias Tobiasson <mattias.tobiasson at oracle.com>
! test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java
! test/java/lang/management/MemoryMXBean/LowMemoryTest.java
! test/java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java
+ test/java/lang/management/MemoryMXBean/RunUtil.java
! test/lib/testlibrary/jdk/testlibrary/Utils.java
Changeset: 17efa2e79a5f
Author: bpb
Date: 2014-04-16 12:59 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/17efa2e79a5f
6375303: Review use of caching in BigDecimal
Summary: Clean up of various items discovered during review of caching.
Reviewed-by: mduigou, psandoz
! src/share/classes/java/math/BigDecimal.java
Changeset: efaa9de464e0
Author: bpb
Date: 2014-04-16 13:13 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/efaa9de464e0
Merge
Changeset: d993a3fc9b19
Author: weijun
Date: 2014-04-17 09:48 +0800
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/d993a3fc9b19
8040769: add a comment to the NewInstance test
Reviewed-by: wetmore
! test/java/security/Provider/NewInstance.java
Changeset: e0da79da3689
Author: peytoia
Date: 2014-04-17 13:00 +0900
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/e0da79da3689
8035726: A sentence is truncated in the API doc for j.u.Locale.LanguageRange.parse(String, Map).
Reviewed-by: okutsu
! src/share/classes/java/util/Locale.java
Changeset: ca512a1ade9a
Author: michaelm
Date: 2014-04-17 15:44 +0100
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/ca512a1ade9a
8040809: '}' left in the spec for j.u.Random.doubles(..)
Reviewed-by: rriggs
! src/share/classes/java/util/Random.java
Changeset: 8371276d52c0
Author: jbachorik
Date: 2014-04-17 18:20 +0200
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/8371276d52c0
8039080: "jinfo server_id at host" fails with "Invalid process identifier"
Reviewed-by: sla, sjiang, dsamersoff
! src/share/classes/sun/tools/jinfo/JInfo.java
+ test/sun/tools/jinfo/JInfoLauncherTest.java
Changeset: a311c31fc622
Author: igerasim
Date: 2014-04-18 18:46 +0400
URL: http://hg.openjdk.java.net/jdk9/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/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/client/jdk/rev/ab06ba289431
Merge
Changeset: 3e8e199e23b2
Author: katleman
Date: 2014-04-24 12:21 -0700
URL: http://hg.openjdk.java.net/jdk9/client/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/client/jdk/rev/47feccd164b7
Merge
Changeset: df73bd78a166
Author: weijun
Date: 2014-04-25 10:57 +0800
URL: http://hg.openjdk.java.net/jdk9/client/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/client/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/client/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/client/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/client/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
Changeset: f00efa72970e
Author: naoto
Date: 2014-04-25 10:30 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/f00efa72970e
8035826: [parfait] JNI exception pending in src/windows/native/sun/util/locale/provider/HostLocaleProviderAdapter_md.c
Reviewed-by: msheppar
! src/macosx/native/sun/util/locale/provider/HostLocaleProviderAdapter_md.c
! src/windows/native/sun/util/locale/provider/HostLocaleProviderAdapter_md.c
Changeset: e8656ee2cdde
Author: mduigou
Date: 2014-03-12 12:13 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/e8656ee2cdde
8035584: ArrayList(c) should avoid inflation if c is empty
Reviewed-by: martin
! src/share/classes/java/util/ArrayList.java
Changeset: 8b80651ce43f
Author: plevart
Date: 2014-04-26 11:11 +0200
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/8b80651ce43f
8040892: Incorrect message in Exception thrown by Collectors.toMap(Function,Function)
Summary: Use Map.putIfAbsent instead of Map.merge when collecting into map using unique keys
Reviewed-by: psandoz, chegar
! src/share/classes/java/util/stream/Collectors.java
Changeset: 99a5764129fb
Author: michaelm
Date: 2014-04-28 13:49 +0100
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/99a5764129fb
8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
Reviewed-by: chegar
+ test/java/net/Inet4Address/DummyNameService.java
+ test/java/net/Inet4Address/DummyNameServiceDescriptor.java
+ test/java/net/Inet4Address/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
! test/java/net/Inet4Address/textToNumericFormat.java
Changeset: 4e7f3aac979b
Author: jbachorik
Date: 2014-04-29 11:15 +0200
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/4e7f3aac979b
8031195: Support default and static interface methods in JDI, JDWP and JDB
Reviewed-by: sla, sspitsyn, dcubed
! make/data/jdwp/jdwp.spec
+ src/share/back/InterfaceTypeImpl.c
+ src/share/back/InterfaceTypeImpl.h
! src/share/back/VirtualMachineImpl.c
! src/share/back/debugDispatch.c
! src/share/back/util.c
! src/share/classes/com/sun/jdi/ClassType.java
! src/share/classes/com/sun/jdi/InterfaceType.java
! src/share/classes/com/sun/jdi/Method.java
! src/share/classes/com/sun/jdi/ObjectReference.java
! src/share/classes/com/sun/tools/example/debug/expr/LValue.java
! src/share/classes/com/sun/tools/jdi/ClassTypeImpl.java
! src/share/classes/com/sun/tools/jdi/InterfaceTypeImpl.java
+ src/share/classes/com/sun/tools/jdi/InvokableTypeImpl.java
! src/share/classes/com/sun/tools/jdi/MethodImpl.java
! src/share/classes/com/sun/tools/jdi/ObjectReferenceImpl.java
! src/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java
+ test/com/sun/jdi/EvalInterfaceStatic.sh
+ test/com/sun/jdi/InterfaceMethodsTest.java
Changeset: cda85444cad2
Author: alanb
Date: 2014-04-29 13:23 +0100
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/cda85444cad2
8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
Reviewed-by: alanb, chegar
Contributed-by: pavel.rappo at oracle.com
! src/windows/classes/sun/nio/fs/WindowsConstants.java
! src/windows/classes/sun/nio/fs/WindowsFileStore.java
! src/windows/classes/sun/nio/fs/WindowsLinkSupport.java
Changeset: 276c2688450d
Author: jbachorik
Date: 2014-04-29 14:37 +0200
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/276c2688450d
8042096: Backout JDK-8042091
Reviewed-by: sla
! make/data/jdwp/jdwp.spec
- src/share/back/InterfaceTypeImpl.c
- src/share/back/InterfaceTypeImpl.h
! src/share/back/VirtualMachineImpl.c
! src/share/back/debugDispatch.c
! src/share/back/util.c
! src/share/classes/com/sun/jdi/ClassType.java
! src/share/classes/com/sun/jdi/InterfaceType.java
! src/share/classes/com/sun/jdi/Method.java
! src/share/classes/com/sun/jdi/ObjectReference.java
! src/share/classes/com/sun/tools/example/debug/expr/LValue.java
! src/share/classes/com/sun/tools/jdi/ClassTypeImpl.java
! src/share/classes/com/sun/tools/jdi/InterfaceTypeImpl.java
- src/share/classes/com/sun/tools/jdi/InvokableTypeImpl.java
! src/share/classes/com/sun/tools/jdi/MethodImpl.java
! src/share/classes/com/sun/tools/jdi/ObjectReferenceImpl.java
! src/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java
- test/com/sun/jdi/EvalInterfaceStatic.sh
- test/com/sun/jdi/InterfaceMethodsTest.java
Changeset: 44fbb7e1a473
Author: bpb
Date: 2014-04-29 09:42 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/44fbb7e1a473
8041683: Catch OutOfMemoryError in BitLengthOverflow and DoubleValueOverflow
Summary: java/math/BigInteger/BitLengthOverflow.java failing with OOME
Reviewed-by: alanb
! test/java/math/BigInteger/BitLengthOverflow.java
! test/java/math/BigInteger/DoubleValueOverflow.java
Changeset: 8c8bc4ac31a3
Author: mduigou
Date: 2014-03-11 15:25 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/8c8bc4ac31a3
8037097: Improve diagnosability of test failures for java/util/Arrays/Correct.java
Reviewed-by: mchung, alanb
! test/java/util/Arrays/Correct.java
Changeset: 75b062617601
Author: ngthomas
Date: 2014-04-29 09:04 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/75b062617601
Merge
Changeset: 6ff36c51c2bc
Author: ngthomas
Date: 2014-04-29 11:04 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/6ff36c51c2bc
Merge
Changeset: c0192683fb63
Author: ngthomas
Date: 2014-04-29 14:40 -0700
URL: http://hg.openjdk.java.net/jdk9/client/jdk/rev/c0192683fb63
Merge
More information about the jdk9-all-changes
mailing list