Tue, 17 Jul 2018 09:37:24 -0400 Merge
coleenp [Tue, 17 Jul 2018 09:37:24 -0400] rev 51130
Merge
Tue, 10 Jul 2018 11:13:33 -0400 8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
coleenp [Tue, 10 Jul 2018 11:13:33 -0400] rev 51129
8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread Summary: Only fetch Node::next once and use that result. Reviewed-by: hseigel, dholmes
Tue, 17 Jul 2018 12:22:41 +0100 8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher
chegar [Tue, 17 Jul 2018 12:22:41 +0100] rev 51128
8207265: Bad HTML in {@link} in HttpResponse.BodySubscribers.ofPublisher Reviewed-by: michaelm
Tue, 17 Jul 2018 16:49:55 +0530 8207190: JDK 11 javadoc generates bad code example
pmuthuswamy [Tue, 17 Jul 2018 16:49:55 +0530] rev 51127
8207190: JDK 11 javadoc generates bad code example Reviewed-by: sundar
Mon, 16 Jul 2018 15:09:19 -0700 8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
dlong [Mon, 16 Jul 2018 15:09:19 -0700] rev 51126
8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap Reviewed-by: kvn
Mon, 16 Jul 2018 10:58:28 -0700 8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx)
bpb [Mon, 16 Jul 2018 10:58:28 -0700] rev 51125
8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx) Summary: Assume extended attributes are only explicitly enable on ext3 Reviewed-by: mbaesken, alanb
Mon, 16 Jul 2018 16:57:37 +0200 8206271: CodeHeap State Analytics must digest new method state
lucy [Mon, 16 Jul 2018 16:57:37 +0200] rev 51124
8206271: CodeHeap State Analytics must digest new method state Reviewed-by: kvn, mdoerr, thartmann
Mon, 16 Jul 2018 16:31:33 +0200 8207032: Compilation succeeds without checking readability when --add-exports used
jlahoda [Mon, 16 Jul 2018 16:31:33 +0200] rev 51123
8207032: Compilation succeeds without checking readability when --add-exports used Summary: Ensuring --add-exports are only propagated when the target module reads the exporting module. Reviewed-by: vromero, jjg
Mon, 16 Jul 2018 12:58:49 +0200 8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance.
jlahoda [Mon, 16 Jul 2018 12:58:49 +0200] rev 51122
8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance. Summary: Caching the results of Elements.getTypeElement/getPackageElement Reviewed-by: darcy
Sun, 15 Jul 2018 20:15:17 +0300 8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
dsamersoff [Sun, 15 Jul 2018 20:15:17 +0300] rev 51121
8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr Summary: Limit flag range to don't overflow 12bit instruction operand Reviewed-by: aph, dsamersoff Contributed-by: boris.ulasevich@bell-sw.com
Fri, 13 Jul 2018 17:42:24 +0200 8207233: Minor improvements of jdk C-coding
goetz [Fri, 13 Jul 2018 17:42:24 +0200] rev 51120
8207233: Minor improvements of jdk C-coding Reviewed-by: rriggs, prr
Thu, 19 Jul 2018 09:46:29 -0700 Added tag jdk-12+3 for changeset 990db216e719
prr [Thu, 19 Jul 2018 09:46:29 -0700] rev 51119
Added tag jdk-12+3 for changeset 990db216e719
Thu, 19 Jul 2018 09:20:08 -0700 8207816: Align declaration of SerializedLambda.readResolve with serialization conventions
darcy [Thu, 19 Jul 2018 09:20:08 -0700] rev 51118
8207816: Align declaration of SerializedLambda.readResolve with serialization conventions Reviewed-by: briangoetz
Thu, 19 Jul 2018 16:22:19 +0800 8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed
mli [Thu, 19 Jul 2018 16:22:19 +0800] rev 51117
8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed Reviewed-by: alanb, simonis
Wed, 18 Jul 2018 16:13:21 -0700 8203263: Remove unnecessary throws clauses from serialization-related methods
darcy [Wed, 18 Jul 2018 16:13:21 -0700] rev 51116
8203263: Remove unnecessary throws clauses from serialization-related methods Reviewed-by: prr
Wed, 18 Jul 2018 14:32:46 -0700 8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
jnimeh [Wed, 18 Jul 2018 14:32:46 -0700] rev 51115
8207237: SSLSocket#setEnabledCipherSuites is accepting empty string Reviewed-by: xuelei
Wed, 18 Jul 2018 09:50:04 -0700 8203230: update VerifyCACerts test jdk-12+3
rhalade [Wed, 18 Jul 2018 09:50:04 -0700] rev 51114
8203230: update VerifyCACerts test Reviewed-by: mullan
Wed, 18 Jul 2018 08:27:53 -0700 8207751: Remove misleading serialVersionUID from JulienFields.Field
darcy [Wed, 18 Jul 2018 08:27:53 -0700] rev 51113
8207751: Remove misleading serialVersionUID from JulienFields.Field Reviewed-by: lancea
Wed, 18 Jul 2018 09:46:03 -0400 8189717: Too much documentation of ProcessBuilder.start copied to ProcessBuilder.startPipeline
rriggs [Wed, 18 Jul 2018 09:46:03 -0400] rev 51112
8189717: Too much documentation of ProcessBuilder.start copied to ProcessBuilder.startPipeline Reviewed-by: bpb, lancea
Wed, 18 Jul 2018 07:39:54 +0100 8207393: ServiceLoader class description improvements
alanb [Wed, 18 Jul 2018 07:39:54 +0100] rev 51111
8207393: ServiceLoader class description improvements Reviewed-by: alanb, lancea Contributed-by: alex.buckley@oracle.com
Tue, 17 Jul 2018 17:36:27 -0700 8206863: A closed JarVerifier.VerifierStream should throw IOException
martin [Tue, 17 Jul 2018 17:36:27 -0700] rev 51110
8206863: A closed JarVerifier.VerifierStream should throw IOException Reviewed-by: rasbold Contributed-by: Tobias Thierer <tobiast@google.com>, Martin Buchholz <martinrb@google.com>
Tue, 17 Jul 2018 17:17:16 -0700 8207750: Native handle leak in java.io.WinNTFileSystem.list()
igerasim [Tue, 17 Jul 2018 17:17:16 -0700] rev 51109
8207750: Native handle leak in java.io.WinNTFileSystem.list() Reviewed-by: bpb
Tue, 17 Jul 2018 16:22:26 -0700 8207748: Fix for 8202794 breaks tier1 builds
bpb [Tue, 17 Jul 2018 16:22:26 -0700] rev 51108
8207748: Fix for 8202794 breaks tier1 builds Reviewed-by: kbarrett, darcy
Tue, 17 Jul 2018 17:14:03 -0400 8205610: [TESTLIB] Improve listing of open file descriptors
rriggs [Tue, 17 Jul 2018 17:14:03 -0400] rev 51107
8205610: [TESTLIB] Improve listing of open file descriptors Reviewed-by: lancea
Tue, 17 Jul 2018 15:59:47 -0400 8202353: os::readdir should use readdir instead of readdir_r
kbarrett [Tue, 17 Jul 2018 15:59:47 -0400] rev 51106
8202353: os::readdir should use readdir instead of readdir_r 8202835: jfr/event/os/TestSystemProcess.java fails on missing events Summary: os::readdir uses POSIX readdir, drop buffer arg, fix JFR uses. Reviewed-by: coleenp, tschatzl, bsrbnd
Tue, 17 Jul 2018 12:03:10 -0700 8202794: Native Unix code should use readdir rather than readdir_r
bpb [Tue, 17 Jul 2018 12:03:10 -0700] rev 51105
8202794: Native Unix code should use readdir rather than readdir_r Reviewed-by: alanb, bsrbnd Contributed-by: Bernard Blaser <bsrbnd@gmail.com>
Tue, 17 Jul 2018 11:58:53 -0700 8204591: Expire/remove the UseAppCDS option in JDK 12
ccheung [Tue, 17 Jul 2018 11:58:53 -0700] rev 51104
8204591: Expire/remove the UseAppCDS option in JDK 12 Reviewed-by: jiangli, mseledtsov, iklam
Tue, 17 Jul 2018 14:28:56 +0200 8207229: Trees.getScope crashes for broken lambda
jlahoda [Tue, 17 Jul 2018 14:28:56 +0200] rev 51103
8207229: Trees.getScope crashes for broken lambda 8207230: Trees.getScope runs Analyzers Reviewed-by: vromero
Tue, 17 Jul 2018 08:10:48 +0100 8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed
alanb [Tue, 17 Jul 2018 08:10:48 +0100] rev 51102
8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed Reviewed-by: bpb
Mon, 16 Jul 2018 21:53:49 -0700 8207248: Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests
darcy [Mon, 16 Jul 2018 21:53:49 -0700] rev 51101
8207248: Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests Reviewed-by: vromero
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip