weijun [Thu, 14 Jul 2016 19:31:43 +0800] rev 39647
8161354: policytool fails if it needs to show an error dialog before the main window appears
Reviewed-by: mullan
sdrach [Wed, 13 Jul 2016 11:43:45 -0700] rev 39646
8150680: JarFile.Release enum needs reconsideration with respect to it's values
Reviewed-by: alanb, psandoz
Contributed-by: steve.drach@oracle.com
weijun [Thu, 14 Jul 2016 10:37:36 +0800] rev 39645
8161341: Garbage in ProblemList.txt
Reviewed-by: xuelei
rgoel [Thu, 14 Jul 2016 10:30:23 +0900] rev 39644
8154797: Localization data for "GMT"
Reviewed-by: naoto, okutsu
rhalade [Wed, 13 Jul 2016 16:53:31 -0700] rev 39643
8161011: Mark RMI tests DownloadActivationGroup, UseCustomSocketFactory, and RestartService as itnermittent
Reviewed-by: bpb
sherman [Wed, 13 Jul 2016 16:37:24 -0700] rev 39642
7031075: GZIPInputStream's available() reports 1, but read() gives -1.
Reviewed-by: bpb
bpb [Tue, 12 Jul 2016 07:58:40 -0700] rev 39641
8160221: jdk/test/java/nio/channels/FileChannel/Transfers.java leaving files behind
Summary: Create temporary files in the test scratch directory instead of in the default temporary file directory.
Reviewed-by: alanb
henryjen [Thu, 07 Jul 2016 21:15:24 -0700] rev 39640
8132379: -J options can cause crash or "Warning: app args parsing error passing arguments as-is"
Reviewed-by: ksrini
robm [Wed, 13 Jul 2016 14:56:00 +0100] rev 39639
8141148: LDAP "follow" throws ClassCastException with Java 8
Reviewed-by: prappo, xuelei
sdrach [Tue, 12 Jul 2016 11:05:27 -0700] rev 39638
8155770: Correct URLClassLoader API documentation to explicitly say jar-scheme URL's are accepted
Reviewed-by: psandoz
Contributed-by: steve.drach@oracle.com
amlu [Wed, 13 Jul 2016 10:26:11 +0800] rev 39637
8132548: java/lang/ThreadGroup/Stop.java fails with "RuntimeException: Failure"
Reviewed-by: dholmes, martin, darcy
rhalade [Tue, 12 Jul 2016 14:39:08 -0700] rev 39636
8161233: ProblemList sun/security/ssl/SSLSocketImpl/AsyncSSLSocketClose.java on macOS
Reviewed-by: ascarpino
jlaskey [Tue, 12 Jul 2016 10:58:58 -0300] rev 39635
8161067: jlink: Enable plugins to use the module pool for class lookup
Reviewed-by: sundar, psandoz
dfuchs [Tue, 12 Jul 2016 11:29:01 +0100] rev 39634
8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code.
Summary: Loggers of the same name now share the same configuration.
Reviewed-by: mchung, mli
weijun [Tue, 12 Jul 2016 09:41:49 +0800] rev 39633
8130302: jarsigner and keytool -providerClass needs be re-examined for modules
Reviewed-by: valeriep, mchung, mullan
amurillo [Thu, 14 Jul 2016 15:47:46 +0000] rev 39632
Added tag jdk-9+127 for changeset a5744c1725a0
duke [Wed, 05 Jul 2017 21:57:36 +0200] rev 39631
Merge
amurillo [Thu, 14 Jul 2016 16:21:57 +0000] rev 39630
Merge
amurillo [Tue, 12 Jul 2016 10:03:30 -0700] rev 39629
Merge
amurillo [Fri, 08 Jul 2016 12:12:54 -0700] rev 39628
Merge
poonam [Fri, 01 Jul 2016 23:11:45 +0000] rev 39627
Merge
poonam [Fri, 01 Jul 2016 12:51:29 -0700] rev 39626
8064814: Print more helpful error message when getting OOM due to low Java Heap base when running with CompressedOops
Summary: Improve OOM error message
Reviewed-by: coleenp, dholmes
kbarrett [Thu, 30 Jun 2016 19:16:14 -0400] rev 39625
8160356: invalid suffix on literal warning is occurred with GCC 6
Summary: Add whitespace separation
Reviewed-by: kbarrett, kvn
Contributed-by: yasuenag@gmail.com
ctornqvi [Fri, 01 Jul 2016 13:39:36 +0200] rev 39624
Merge
ctornqvi [Fri, 01 Jul 2016 07:21:33 -0400] rev 39623
8160484: Implement Hotspot Runtime tier 2
Reviewed-by: dholmes, gtriantafill
erikj [Fri, 01 Jul 2016 11:55:25 +0200] rev 39622
8158629: bash >(...) construct still causes race conditions
Reviewed-by: tbell
mlarsson [Wed, 29 Jun 2016 16:11:50 +0200] rev 39621
8159695: Arguments::atojulong() fails to detect overflows
Reviewed-by: dholmes, dsamersoff
coleenp [Thu, 30 Jun 2016 00:19:48 +0000] rev 39620
Merge
coleenp [Wed, 29 Jun 2016 20:16:05 -0400] rev 39619
8160551: assert(c == Bytecodes::_putfield) failed: must be putfield
Summary: Illegal bytecodes which are detected later hit this assert first.
Reviewed-by: jrose
kzhaldyb [Wed, 29 Jun 2016 18:40:28 +0300] rev 39618
8132711: Add tests which check that Humongous objects behave as expected after Mixed GC
Reviewed-by: tschatzl, dfazunen
kzhaldyb [Wed, 29 Jun 2016 17:01:55 +0300] rev 39617
8132715: Add tests which check that no allocations allowed in any of humongous regions
Reviewed-by: dfazunen, tschatzl
lfoltan [Tue, 28 Jun 2016 10:11:01 -0400] rev 39616
8159262: Walking PackageEntry Export and ModuleEntry Reads Must Occur Only When Neccessary And Wait Until ClassLoader's Aliveness Determined
Summary: Fixed an issue in class unloading to delay walk until class loader's aliveness is determined of modularity lists to remove dead modules
Reviewed-by: coleenp, dholmes, sspitsyn, zgu