ysuenaga [Mon, 04 Dec 2017 10:23:08 +0900] rev 48240
8192897: NPE occurs on clhsdb jstack
Reviewed-by: dholmes, sspitsyn, jgeorge, sballal
plevart [Tue, 12 Dec 2017 00:30:57 +0100] rev 48239
8191216: SimpleTimeZone.clone() has a data race on cache fields
Reviewed-by: alanb, naoto
sherman [Mon, 11 Dec 2017 11:45:02 -0800] rev 48238
8185582: Update Zip implementation to use Cleaner, not finalizers
Reviewed-by: plevart, rriggs, mchung
jlahoda [Mon, 11 Dec 2017 18:33:53 +0100] rev 48237
8189778: Jshell crash on tab for StringBuilder.append(
Summary: Fixing handling of {@inheritDoc} in JShell's documentation.
Reviewed-by: jjg, ksrini
jlahoda [Fri, 08 Dec 2017 16:28:14 +0100] rev 48236
8189782: com.sun.tools.javac.api.JavacTool.isSupportedOption misreports number of arguments consumed
Summary: Returning the number of standalone arguments from com.sun.tools.javac.api.JavacTool.isSupportedOption.
Reviewed-by: jjg
clanger [Mon, 11 Dec 2017 08:20:05 +0100] rev 48235
8192978: Missing checks and small fixes in jdwp library
Reviewed-by: cjplummer, sspitsyn
sadayapalam [Mon, 11 Dec 2017 06:58:14 +0530] rev 48234
8182401: Verification error for enclosing instance capture inside super constructor invocation
Reviewed-by: vromero
dl [Fri, 08 Dec 2017 15:30:53 -0800] rev 48233
8192944: Miscellaneous changes imported from jsr166 CVS 2017-12-08
Reviewed-by: martin, psandoz, chegar
dl [Fri, 08 Dec 2017 15:26:56 -0800] rev 48232
8192943: Optimize atomic accumulators using VarHandle getAndSet
Reviewed-by: martin, psandoz, chegar
dl [Fri, 08 Dec 2017 15:22:58 -0800] rev 48231
8193174: SubmissionPublisher invokes the Subscriber's onComplete before all of its submitted items have been published
Reviewed-by: martin, psandoz, chegar
martin [Sun, 03 Dec 2017 13:06:51 -0800] rev 48230
8192935: Fix EnumSet's SerializationProxy javadoc
Reviewed-by: smarks, rriggs
bchristi [Fri, 08 Dec 2017 13:04:43 -0800] rev 48229
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
Reviewed-by: darcy
iignatyev [Fri, 08 Dec 2017 11:03:37 -0800] rev 48228
8181118: update java/time tests to use RandomFactory from the top level testlibrary
Reviewed-by: rriggs
darcy [Fri, 08 Dec 2017 11:05:42 -0800] rev 48227
8193194: Update javax.lang.model.util visitors for 10
Reviewed-by: jjg
dfuchs [Fri, 08 Dec 2017 17:40:57 +0000] rev 48226
8187073: The java.util.logging.Level.findLevel() will not correctly find a Level by it's int value
Reviewed-by: rriggs