Thu, 26 May 2016 14:24:50 -0700 Merge
amurillo [Thu, 26 May 2016 14:24:50 -0700] rev 38794
Merge
Wed, 25 May 2016 17:29:47 -0400 8157716: jdk.internal.loader.ClassLoaders.addURLToUCP() should return converted real path URL.
jiangli [Wed, 25 May 2016 17:29:47 -0400] rev 38793
8157716: jdk.internal.loader.ClassLoaders.addURLToUCP() should return converted real path URL. Summary: Rename jdk.internal.loader.ClassLoaders.addURLToUCP() to toFileURL(), which returns the converted URL. Reviewed-by: martin, mchung Contributed-by: alan.bateman@oracle.com
Tue, 24 May 2016 14:14:18 +0300 Merge
vlivanov [Tue, 24 May 2016 14:14:18 +0300] rev 38792
Merge
Fri, 20 May 2016 18:05:28 +0300 Merge
vlivanov [Fri, 20 May 2016 18:05:28 +0300] rev 38791
Merge
Fri, 13 May 2016 08:31:23 +0200 8155608: String intrinsic range checks are not strict enough
thartmann [Fri, 13 May 2016 08:31:23 +0200] rev 38790
8155608: String intrinsic range checks are not strict enough Summary: Range checks in inflate, compress and getChars are not strict enough. Reviewed-by: kvn, twisti, jrose
Wed, 11 May 2016 09:13:45 +0200 8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
psandoz [Wed, 11 May 2016 09:13:45 +0200] rev 38789
8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable Reviewed-by: twisti
Wed, 11 May 2016 00:38:26 +0300 Merge
vlivanov [Wed, 11 May 2016 00:38:26 +0300] rev 38788
Merge
Tue, 24 May 2016 08:53:54 +0200 8157555: com/sun/jdi/RedefineClearBreakpoint.sh times out due to Indify String Concat being slow in debug mode
sla [Tue, 24 May 2016 08:53:54 +0200] rev 38787
8157555: com/sun/jdi/RedefineClearBreakpoint.sh times out due to Indify String Concat being slow in debug mode Reviewed-by: sspitsyn
Mon, 06 Jun 2016 10:52:21 -0700 8146156: Inconsistent default locale in string formatter methods
naoto [Mon, 06 Jun 2016 10:52:21 -0700] rev 38786
8146156: Inconsistent default locale in string formatter methods Reviewed-by: sherman
Mon, 06 Jun 2016 09:13:35 +0200 8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE
srastogi [Mon, 06 Jun 2016 09:13:35 +0200] rev 38785
8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE Reviewed-by: sundar, mhaupt
Fri, 03 Jun 2016 17:01:23 -0700 8152893: StackWalker#getCallerClass is not filtering hidden/ reflection frames when walker is configured to show hidden /reflection frames
bchristi [Fri, 03 Jun 2016 17:01:23 -0700] rev 38784
8152893: StackWalker#getCallerClass is not filtering hidden/ reflection frames when walker is configured to show hidden /reflection frames Reviewed-by: mchung
Fri, 03 Jun 2016 16:31:13 -0700 8074819: Resolve disabled warnings for libzip
sherman [Fri, 03 Jun 2016 16:31:13 -0700] rev 38783
8074819: Resolve disabled warnings for libzip Reviewed-by: naoto
Fri, 03 Jun 2016 12:26:45 -0700 8158604: test/java/util/ResourceBundle/modules/appbasic missing @test
mchung [Fri, 03 Jun 2016 12:26:45 -0700] rev 38782
8158604: test/java/util/ResourceBundle/modules/appbasic missing @test Reviewed-by: alanb, okutsu
Fri, 03 Jun 2016 16:28:53 +0100 8158651: ConcurrentModification exceptions in httpclient
michaelm [Fri, 03 Jun 2016 16:28:53 +0100] rev 38781
8158651: ConcurrentModification exceptions in httpclient Reviewed-by: rriggs
Fri, 03 Jun 2016 13:45:30 +0100 8158525: Update a few java/net tests to use the loopback address instead of the host address
chegar [Fri, 03 Jun 2016 13:45:30 +0100] rev 38780
8158525: Update a few java/net tests to use the loopback address instead of the host address Reviewed-by: rriggs
Thu, 02 Jun 2016 16:39:14 -0700 8157892: StackFrame::getFileName returns null when a source file exists for native methods
mchung [Thu, 02 Jun 2016 16:39:14 -0700] rev 38779
8157892: StackFrame::getFileName returns null when a source file exists for native methods 8157977: getByteCodeIndex method from StackFrame does not return negative number when StackFrame is a native frame Reviewed-by: dfuchs, bchristi
Thu, 02 Jun 2016 21:15:12 +0000 Merge
lana [Thu, 02 Jun 2016 21:15:12 +0000] rev 38778
Merge
Thu, 02 Jun 2016 14:03:50 -0700 8158482: regex UNICODE_CHARACTER_CLASS flag cannot be disabled with an embedded flag expression
sherman [Thu, 02 Jun 2016 14:03:50 -0700] rev 38777
8158482: regex UNICODE_CHARACTER_CLASS flag cannot be disabled with an embedded flag expression Reviewed-by: bpb
Thu, 02 Jun 2016 12:25:17 -0700 8158560: Mark java/rmi/transport/dgcDeadLock/DGCDeadLock.java as intermittently faiing
rhalade [Thu, 02 Jun 2016 12:25:17 -0700] rev 38776
8158560: Mark java/rmi/transport/dgcDeadLock/DGCDeadLock.java as intermittently faiing Reviewed-by: smarks
Thu, 02 Jun 2016 10:52:55 -0700 8158551: BigDecimal.sqrt javadoc typo
darcy [Thu, 02 Jun 2016 10:52:55 -0700] rev 38775
8158551: BigDecimal.sqrt javadoc typo Reviewed-by: bpb, lancea
Thu, 02 Jun 2016 14:28:16 +0200 8156868: MethodHandles.zero(Class) doc issues
mhaupt [Thu, 02 Jun 2016 14:28:16 +0200] rev 38774
8156868: MethodHandles.zero(Class) doc issues Reviewed-by: psandoz, mhaupt
Wed, 01 Jun 2016 15:28:05 -0700 8158451: Problem list IncludeLocalesPluginTest.java
darcy [Wed, 01 Jun 2016 15:28:05 -0700] rev 38773
8158451: Problem list IncludeLocalesPluginTest.java Reviewed-by: naoto
Wed, 01 Jun 2016 13:47:55 -0700 8059361: Properties.stringPropertyNames() returns a set inconsistent with the assertions from the spec
smarks [Wed, 01 Jun 2016 13:47:55 -0700] rev 38772
8059361: Properties.stringPropertyNames() returns a set inconsistent with the assertions from the spec Reviewed-by: mchung
Wed, 01 Jun 2016 11:22:06 -0700 8158430: Push tests for JDK-5040830
darcy [Wed, 01 Jun 2016 11:22:06 -0700] rev 38771
8158430: Push tests for JDK-5040830 Reviewed-by: psandoz
Wed, 01 Jun 2016 11:16:58 -0700 5040830: (ann) please improve toString() for annotations containing exception proxies
darcy [Wed, 01 Jun 2016 11:16:58 -0700] rev 38770
5040830: (ann) please improve toString() for annotations containing exception proxies Reviewed-by: psandoz
Wed, 01 Jun 2016 09:52:08 -0700 8061777: (zipfs) IllegalArgumentException in ZipCoder.toString when using Shitft_JIS
sherman [Wed, 01 Jun 2016 09:52:08 -0700] rev 38769
8061777: (zipfs) IllegalArgumentException in ZipCoder.toString when using Shitft_JIS Reviewed-by: psandoz
Wed, 01 Jun 2016 14:33:44 +0100 8151876: (tz) Support tzdata2016d
rpatil [Wed, 01 Jun 2016 14:33:44 +0100] rev 38768
8151876: (tz) Support tzdata2016d Reviewed-by: okutsu, coffeys
Wed, 01 Jun 2016 15:35:38 +0800 8152108: Correct jarsigner warning message about missing timestamp
weijun [Wed, 01 Jun 2016 15:35:38 +0800] rev 38767
8152108: Correct jarsigner warning message about missing timestamp Reviewed-by: mullan
Tue, 31 May 2016 22:04:00 -0700 8158194: Rename the directory “InstalledModuleDescriptors” and any reference to “installed” to “system” in the tests
mli [Tue, 31 May 2016 22:04:00 -0700] rev 38766
8158194: Rename the directory “InstalledModuleDescriptors” and any reference to “installed” to “system” in the tests Reviewed-by: mchung
Tue, 31 May 2016 19:13:21 -0700 8158312: Update String.join example code to use List convenience factory methods
darcy [Tue, 31 May 2016 19:13:21 -0700] rev 38765
8158312: Update String.join example code to use List convenience factory methods Reviewed-by: lancea, smarks
Tue, 31 May 2016 21:27:28 -0400 8158281: java_sql_Timestamp.java fails with AssertionError
lancea [Tue, 31 May 2016 21:27:28 -0400] rev 38764
8158281: java_sql_Timestamp.java fails with AssertionError Reviewed-by: mchung
Tue, 31 May 2016 17:54:41 -0700 8157777: DeadCachedConnection doesn't wait for registry to die
smarks [Tue, 31 May 2016 17:54:41 -0700] rev 38763
8157777: DeadCachedConnection doesn't wait for registry to die Reviewed-by: darcy
Tue, 31 May 2016 16:42:32 -0700 8157850: Jar tests should pass through VM options
anazarov [Tue, 31 May 2016 16:42:32 -0700] rev 38762
8157850: Jar tests should pass through VM options Reviewed-by: martin
Tue, 31 May 2016 22:41:56 +0000 8156059: Update/Develop new tests for JEP 287: SHA-3 Hash Algorithms
amjiang [Tue, 31 May 2016 22:41:56 +0000] rev 38761
8156059: Update/Develop new tests for JEP 287: SHA-3 Hash Algorithms Summary: Update existing MessageDigest tests with SHA-3 Hash Algorithms and add one test case to check supported providers Reviewed-by: valeriep, rhalade
Tue, 31 May 2016 13:15:48 -0700 Merge
amurillo [Tue, 31 May 2016 13:15:48 -0700] rev 38760
Merge
Tue, 31 May 2016 09:41:18 -0700 Merge
amurillo [Tue, 31 May 2016 09:41:18 -0700] rev 38759
Merge
Thu, 26 May 2016 14:17:06 -0700 Merge
amurillo [Thu, 26 May 2016 14:17:06 -0700] rev 38758
Merge
Fri, 20 May 2016 11:30:52 -0700 Merge
amurillo [Fri, 20 May 2016 11:30:52 -0700] rev 38757
Merge
Thu, 19 May 2016 03:49:41 -0400 8157188: 2 test failures in demo/jvmti due to unexpected class file version 53
dholmes [Thu, 19 May 2016 03:49:41 -0400] rev 38756
8157188: 2 test failures in demo/jvmti due to unexpected class file version 53 Reviewed-by: dsamersoff, alanb
Tue, 31 May 2016 14:58:53 -0400 8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris
rriggs [Tue, 31 May 2016 14:58:53 -0400] rev 38755
8158254: Put java/time/test/java/time/TestClock_System on the problem list for Solaris Reviewed-by: lancea, darcy
Tue, 31 May 2016 19:16:35 +0100 8085785: sun/net/www/protocol/http/ZoneId.java timeouts intermittently
chegar [Tue, 31 May 2016 19:16:35 +0100] rev 38754
8085785: sun/net/www/protocol/http/ZoneId.java timeouts intermittently Reviewed-by: coffeys, msheppar
Tue, 31 May 2016 10:59:31 -0700 8152721: Java Web Start splash mechanism is not working in JDK9
mchung [Tue, 31 May 2016 10:59:31 -0700] rev 38753
8152721: Java Web Start splash mechanism is not working in JDK9 Reviewed-by: alanb, ksrini
Tue, 31 May 2016 13:43:15 -0400 8154189: Deprivilege java.sql and java.sql.rowset module
lancea [Tue, 31 May 2016 13:43:15 -0400] rev 38752
8154189: Deprivilege java.sql and java.sql.rowset module Reviewed-by: alanb, mchung
Tue, 31 May 2016 13:10:46 +0530 8158131: Nashorn should not use jdk.internal.module.Modules API
sundar [Tue, 31 May 2016 13:10:46 +0530] rev 38751
8158131: Nashorn should not use jdk.internal.module.Modules API Reviewed-by: hannesw, mhaupt, alanb
Tue, 31 May 2016 16:19:32 +0900 8072099: Format "ha" is unable to parse hours 10-12
nishjain [Tue, 31 May 2016 16:19:32 +0900] rev 38750
8072099: Format "ha" is unable to parse hours 10-12 Reviewed-by: okutsu, peytoia
Tue, 31 May 2016 00:15:04 -0700 8158190: Add test that checks -Xpatch with both Jar and exploded patches
mli [Tue, 31 May 2016 00:15:04 -0700] rev 38749
8158190: Add test that checks -Xpatch with both Jar and exploded patches Reviewed-by: alanb
Mon, 30 May 2016 21:35:58 -0700 8158149: test bug for SystemModuleFinder when fast path is supported
mli [Mon, 30 May 2016 21:35:58 -0700] rev 38748
8158149: test bug for SystemModuleFinder when fast path is supported Reviewed-by: alanb, mchung
Tue, 31 May 2016 13:00:48 +0900 8145136: Upgrade CLDR locale data
rgoel [Tue, 31 May 2016 13:00:48 +0900] rev 38747
8145136: Upgrade CLDR locale data Reviewed-by: naoto, okutsu, peytoia
Tue, 31 May 2016 10:09:34 +0800 8154980: Remove intermittent key from test BandIntegrity.java
amlu [Tue, 31 May 2016 10:09:34 +0800] rev 38746
8154980: Remove intermittent key from test BandIntegrity.java Reviewed-by: shade
Mon, 30 May 2016 17:49:04 -0700 8157816: Mark 4 httpclient tests as intermittently failing
xiaofeya [Mon, 30 May 2016 17:49:04 -0700] rev 38745
8157816: Mark 4 httpclient tests as intermittently failing Reviewed-by: chegar Contributed-by: Felix Yang <felix.yang@oracle.com>
Mon, 30 May 2016 16:03:48 -0700 8158044: Add test that checks uri of upgradeable modules
mli [Mon, 30 May 2016 16:03:48 -0700] rev 38744
8158044: Add test that checks uri of upgradeable modules Reviewed-by: alanb, mchung
Mon, 30 May 2016 17:55:53 +0100 Merge
alanb [Mon, 30 May 2016 17:55:53 +0100] rev 38743
Merge
Mon, 30 May 2016 17:38:05 +0100 8066258: Re-examine com.sun.nio.file to see if it should be a supported API
alanb [Mon, 30 May 2016 17:38:05 +0100] rev 38742
8066258: Re-examine com.sun.nio.file to see if it should be a supported API Reviewed-by: chegar
Mon, 30 May 2016 18:39:43 +0300 8158111: Make handling of 3rd party providers more stable
igerasim [Mon, 30 May 2016 18:39:43 +0300] rev 38741
8158111: Make handling of 3rd party providers more stable Reviewed-by: xuelei
Mon, 30 May 2016 16:33:17 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:33:17 +0200] rev 38740
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
Mon, 30 May 2016 15:28:48 +0900 8158025: Typo in java.util.Locale
nishjain [Mon, 30 May 2016 15:28:48 +0900] rev 38739
8158025: Typo in java.util.Locale Reviewed-by: okutsu, peytoia
Thu, 02 Jun 2016 20:33:35 +0000 Added tag jdk-9+121 for changeset 2435017e82ff
lana [Thu, 02 Jun 2016 20:33:35 +0000] rev 38738
Added tag jdk-9+121 for changeset 2435017e82ff
Wed, 05 Jul 2017 21:47:36 +0200 Merge
duke [Wed, 05 Jul 2017 21:47:36 +0200] rev 38737
Merge
Mon, 06 Jun 2016 09:58:03 -0700 Merge
amurillo [Mon, 06 Jun 2016 09:58:03 -0700] rev 38736
Merge
Thu, 02 Jun 2016 14:58:50 -0700 Merge
amurillo [Thu, 02 Jun 2016 14:58:50 -0700] rev 38735
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip