zgu [Fri, 24 Aug 2018 15:49:21 -0400] rev 51524
8209841: [REDO] Refactor G1ParallelCleaningTask into shared
Summary: Refactored ParallelCleaningTask to share with other GCs
Reviewed-by: tschatzl, shade
jiangli [Fri, 24 Aug 2018 15:33:28 -0400] rev 51523
8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode.
Summary: Allow resizing for all system dictionaries except for the shared dictionary at runtime.
Reviewed-by: iklam, gziemski
dlong [Fri, 24 Aug 2018 11:56:14 -0700] rev 51522
8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
Reviewed-by: kvn, thartmann
roland [Fri, 17 Aug 2018 17:13:12 +0200] rev 51521
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
Reviewed-by: neliasso, kvn
gziemski [Fri, 24 Aug 2018 09:12:51 -0500] rev 51520
8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138
Summary: SymbolTableLock no longer checks for safepoints
Reviewed-by: coleenp, rehn
ghaug [Mon, 20 Aug 2018 12:08:07 +0200] rev 51519
8208480: Test failure: assert(is_bound() || is_unused()) after JDK-8206075 in C1
Reviewed-by: kvn, phh, lucy
sgehwolf [Mon, 23 Jul 2018 18:08:46 +0200] rev 51518
8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
Summary: Be sure to use the same register index in native and Java code.
Reviewed-by: sballal, cjplummer, tbell
redestad [Fri, 24 Aug 2018 14:04:34 +0200] rev 51517
8209837: Avoid initializing ExpiringCache during bootstrap
Reviewed-by: sundar, forax
rkennke [Fri, 06 Jul 2018 16:04:19 +0200] rev 51516
8206457: Code paths from oop_iterate() must use barrier-free access
Reviewed-by: eosterlund, shade
shade [Fri, 24 Aug 2018 09:38:11 +0200] rev 51515
8208665: Amend cross-compilation docs with qemu-debootstrap recipe
Reviewed-by: martin, glaubitz, erikj
thartmann [Fri, 24 Aug 2018 08:17:23 +0200] rev 51514
8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
Summary: Deoptimize if exception is thrown in _clone intrinsic.
Reviewed-by: kvn
lmesnik [Thu, 23 Aug 2018 16:47:53 -0700] rev 51513
8209150: [TESTBUG] Add logging to verify JDK-8197901 to a different test
Reviewed-by: coleenp, mseledtsov
gadams [Thu, 23 Aug 2018 07:54:19 -0400] rev 51512
8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events
Reviewed-by: amenkov, dholmes, sspitsyn
kbarrett [Thu, 23 Aug 2018 18:14:53 -0400] rev 51511
8209850: Allow NamedThreads to use GlobalCounter critical sections
Summary: Add NamedThreads iterator and make GlobalCounter use it.
Reviewed-by: eosterlund, rehn
joehw [Thu, 23 Aug 2018 12:57:40 -0700] rev 51510
8209873: Typo in javax.xml.validation.Validator.validate documentation
Reviewed-by: lancea