bpatel [Thu, 09 Jun 2016 23:24:05 -0700] rev 38911
8156077: Support javadoc tags in module documentation
Reviewed-by: jjg
lana [Thu, 09 Jun 2016 19:06:36 +0000] rev 38910
Merge
jlahoda [Thu, 09 Jun 2016 14:20:11 +0200] rev 38909
8158174: jshell tool: leaks threads waiting on StopDetectingInputStream
Summary: Shutdown StopDetectingInputStream when closing the ConsoleIOContext.
Reviewed-by: rfield
rfield [Wed, 08 Jun 2016 00:32:31 -0700] rev 38908
8139829: JShell API: No use of fields to return information from public types
Reviewed-by: vromero
lana [Thu, 09 Jun 2016 17:28:38 +0000] rev 38907
Added tag jdk-9+122 for changeset 3d6ea76b35d6
duke [Wed, 05 Jul 2017 21:49:53 +0200] rev 38906
Merge
lana [Thu, 09 Jun 2016 17:28:37 +0000] rev 38905
Added tag jdk-9+122 for changeset 59f8ee713e5f
duke [Wed, 05 Jul 2017 21:49:47 +0200] rev 38904
Merge
lana [Thu, 09 Jun 2016 17:28:37 +0000] rev 38903
Added tag jdk-9+122 for changeset 57f451f8c235
duke [Wed, 05 Jul 2017 21:49:43 +0200] rev 38902
Merge
hannesw [Mon, 13 Jun 2016 12:39:28 +0200] rev 38901
8159220: Preserve position info in module import and export entries
Reviewed-by: sundar, lagergren
lana [Thu, 09 Jun 2016 19:07:12 +0000] rev 38900
Merge
sundar [Wed, 08 Jun 2016 20:35:23 +0530] rev 38899
8159034: 4 nashorn ant tests fail with latest jdk9-dev build with IncompatibleClassChangeError
Reviewed-by: hannesw, jlaskey
hannesw [Wed, 08 Jun 2016 15:53:22 +0200] rev 38898
8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
Reviewed-by: sundar, mhaupt
sundar [Tue, 07 Jun 2016 19:13:26 +0530] rev 38897
8158922: jjs tab completion of Java classes shows package-private, "hidden" classes too
Reviewed-by: hannesw, mhaupt
lana [Thu, 09 Jun 2016 17:28:39 +0000] rev 38896
Added tag jdk-9+122 for changeset 6155e509fca0
duke [Wed, 05 Jul 2017 21:49:35 +0200] rev 38895
Merge
lana [Thu, 09 Jun 2016 17:28:36 +0000] rev 38894
Added tag jdk-9+122 for changeset 4fe343030c2a
duke [Wed, 05 Jul 2017 21:49:29 +0200] rev 38893
Merge
chegar [Mon, 13 Jun 2016 18:28:46 +0100] rev 38892
8041924: sun/net/www/http/ChunkedOutputStream/checkError.java fails on some systems
Reviewed-by: coffeys
bgopularam [Sun, 12 Jun 2016 23:19:34 -0700] rev 38891
8062758: Update java/security/Security/ClassLoaderDeadlock/Deadlock2.sh with the removal of -Djava.ext.dirs
Summary: Removing test as java.ext.dirs not supported
Reviewed-by: mchung, mullan
dlsmith [Mon, 13 Jun 2016 09:31:20 -0600] rev 38890
8159186: jdk/test/Makefile: allow users to set verbosity
Reviewed-by: erikj
prappo [Mon, 13 Jun 2016 15:48:17 +0100] rev 38889
8159039: sun/net/httpclient/hpack/HeaderTableTest.java fails on some locales
Reviewed-by: chegar
redestad [Mon, 13 Jun 2016 14:02:04 +0200] rev 38888
8159334: ModuleDescriptor retains overlapping sets for all and concealed packages
Reviewed-by: alanb, mchung
jlahoda [Mon, 13 Jun 2016 11:46:07 +0200] rev 38887
8139507: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
Summary: Making Preferences.systemRoot/userRoot lazy on Windows, to avoid warnings for system root when only user root was requested; reducing synchronization while creating the Preferences.
Reviewed-by: alanb
fyuan [Mon, 13 Jun 2016 00:47:32 -0700] rev 38886
8158620: Enable debug option for sun/security/ec/TestEC.java
Reviewed-by: mullan, xuelei
Contributed-by: Tim Du <tiantian.du@oracle.com>
chegar [Mon, 13 Jun 2016 08:29:43 +0100] rev 38885
8158519: Incorrect network mask and broadcast address on Linux when there are multiple IPv4 addresses on an interface
Reviewed-by: clanger, chegar, dsamersoff
Contributed-by: christoph.langer@sap.com, chris.hegarty@oracle.com, doychin@dsoft-bg.com
dfuchs [Mon, 13 Jun 2016 08:20:34 +0100] rev 38884
8153666: Optimize Formatter.formatMessage
Summary: This patch brings a small optimization that removes needless synchronization in Formatter.formatMessage. It also fixes the code that decides whether to call MessageFormat, and brings a small clarification to the API documentation on the conditions when that will happen.
Reviewed-by: rriggs, martin
mli [Sun, 12 Jun 2016 21:55:20 -0700] rev 38883
8151913: Fix module dependencies in java/net tests
Summary: Module dependency declaration for java/net/* tests
Reviewed-by: alanb
Contributed-by: John Jiang <sha.jiang@oracle.com>
darcy [Sun, 12 Jun 2016 12:14:52 -0700] rev 38882
5041778: (ann) AnnotationFormatError if "default" Class type not found
Reviewed-by: jfranck
weijun [Sun, 12 Jun 2016 10:48:19 +0800] rev 38881
8158534: DrbgParameters strength parameter is underspecified if < -1
Reviewed-by: xuelei
mli [Sat, 11 Jun 2016 18:33:53 -0700] rev 38880
8157665: ProblemList.txt needs to be updated as 7041639 closed
Summary: Since the bug JDK-7041639 have been closed, so the associated tests should be removed from ProblemList.
Reviewed-by: xuelei
Contributed-by: John Jiang <sha.jiang@oracle.com>