jjg [Fri, 27 Apr 2018 15:55:29 -0700] rev 49917
8201622: Reduce unnecessary Package.complete() calls in javadoc
Reviewed-by: jlahoda
erikj [Fri, 27 Apr 2018 09:57:16 -0700] rev 49916
8202382: Filter docs modules
Reviewed-by: erikj
Contributed-by: archana.nogriya@uk.ibm.com
kvn [Fri, 27 Apr 2018 08:28:06 -0700] rev 49915
8202273: [AOT] Graal does not support the CMS collector
Summary: avoid running AOT and JVMCI tests with CMS
Reviewed-by: dcubed
chrisphi [Wed, 25 Apr 2018 12:21:29 -0400] rev 49914
8201509: Zero: S390 31bit atomic_copy64 inline assembler is wrong
Summary: The inline assembler for the S390 (S390 and not _LP64) has src and dst reversed thereby corrupting data
Reviewed-by: shade
Contributed-by: Martin Balao <mbalao@redhat.com>
hseigel [Fri, 27 Apr 2018 08:45:11 -0400] rev 49913
8202204: Rename hotspot runtime jtreg constantPool ConstantPool directories
Summary: Move the tests in the constantPool directory to a new directory named AccModule.
Reviewed-by: dholmes, gtriantafill
clanger [Fri, 27 Apr 2018 13:09:54 +0100] rev 49912
8202367: AIX build broken after JDK-8201543
Reviewed-by: eosterlund, shade, mdoerr
tschatzl [Fri, 27 Apr 2018 12:06:46 +0200] rev 49911
6672778: G1 should trim task queues more aggressively during evacuation pauses
Summary: Regularly try to drain task queues. This helps memory usage and performance during garbage collection.
Reviewed-by: sjohanss, sangheki
eosterlund [Fri, 27 Apr 2018 10:59:46 +0200] rev 49910
8202082: Remove explicit CMS checks in CardTableBarrierSetAssembler
Reviewed-by: shade, kbarrett
kbarrett [Fri, 27 Apr 2018 03:57:00 -0400] rev 49909
8202230: Provide accessors for JNIHandles storage objects
Summary: Add JNIHandles::[weak_]global_handles().
Reviewed-by: coleenp, tschatzl
thartmann [Fri, 27 Apr 2018 07:59:29 +0200] rev 49908
8202179: Compilation fails with assert(n->is_expensive()) failed: expensive nodes with non-null control here only
Summary: Only treat the SqrtFNode as expensive if the control input is not NULL.
Reviewed-by: kvn, roland
stuefe [Thu, 26 Apr 2018 15:41:48 +0200] rev 49907
8202325: [aix] disable warnings-as-errors by default
Reviewed-by: goetz, erikj, ihse
eosterlund [Thu, 26 Apr 2018 20:42:43 +0200] rev 49906
8201543: Modularize C1 GC barriers
Reviewed-by: pliden, rbackman, rkennke
roland [Thu, 26 Apr 2018 12:48:35 -0700] rev 49905
8201367: assert(current != first_mem) failed: corrupted memory graph in superword code
Summary: don't rely on the RPO order to find the "first" and "last" loads of the pack
Reviewed-by: kvn
naoto [Thu, 26 Apr 2018 12:39:15 -0700] rev 49904
8181157: CLDR Timezone name fallback implementation
Reviewed-by: sherman, scolebourne