rehn [Tue, 19 Jun 2018 16:14:39 +0200] rev 50637
8205006: Assertion failure when rehashing stringtable
Reviewed-by: lfoltan, zgu
vromero [Tue, 19 Jun 2018 05:22:07 -0700] rev 50636
8205052: No compilation error thrown when no valid parameterization exists for functional interface type
Reviewed-by: mcimadamore
phh [Tue, 19 Jun 2018 05:18:49 -0700] rev 50635
8195115: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results
Summary: Memory pools can now be optional collection participants, e.g., G1 Old Gen in an incremental collection.
Reviewed-by: ehelin, mchung
lfoltan [Tue, 19 Jun 2018 07:54:11 -0400] rev 50634
8202605: Standardize on ClassLoaderData::loader_name() throughout the VM to obtain a class loader's name
Summary: Introduced ClassLoaderData::name() and ClassLoaderData::name_and_id() for use when obtaining a class loader's name.
Reviewed-by: coleenp, goetz, mchung, stuefe
goetz [Fri, 15 Jun 2018 12:31:28 +0200] rev 50633
8204268: Improve some IncompatibleClassChangeError messages.
Reviewed-by: stuefe, hseigel
thartmann [Tue, 19 Jun 2018 12:25:42 +0200] rev 50632
8205033: [REDO] Induction variable of over-unrolled loop conflicts with range checks
Summary: Update skeleton predicates before main loop during unrolling to remove dead code.
Reviewed-by: kvn, roland
rwestberg [Tue, 19 Jun 2018 12:22:02 +0200] rev 50631
8204957: Remove TestBiasedLockRevocationEvents from ProblemList.txt
Reviewed-by: mgronlun
rwestberg [Tue, 19 Jun 2018 12:20:05 +0200] rev 50630
8204236: JFR unit test of thread CPU load should be enabled
Reviewed-by: mgronlun, egahlin
pliden [Tue, 19 Jun 2018 12:11:37 +0200] rev 50629
8205064: Fail immediately if an unavailable GC is selected
Reviewed-by: rkennke, shade
rkennke [Tue, 19 Jun 2018 11:27:05 +0200] rev 50628
8204941: Refactor TemplateTable::_new to use MacroAssembler helpers for tlab and eden
Reviewed-by: kvn, coleenp
neliasso [Fri, 15 Jun 2018 13:57:37 +0200] rev 50627
8204927: ZGC: assert(phase->idom(head) == head->in(LoopNode::EntryControl)) failed
Summary: Update idom
Reviewed-by: roland
rehn [Tue, 19 Jun 2018 10:57:13 +0200] rev 50626
8204166: TLH: Semaphore may not be destroy until signal have returned.
Reviewed-by: eosterlund, dholmes
simonis [Tue, 19 Jun 2018 09:43:53 +0200] rev 50625
8204965: Fix '--disable-cds' and disable CDS on AIX by default
Reviewed-by: erikj, jiangli, stuefe, dholmes
tschatzl [Tue, 19 Jun 2018 09:34:39 +0200] rev 50624
8205043: Make parallel reference processing default for G1
Reviewed-by: kbarrett, sjohanss
roland [Tue, 19 Jun 2018 09:08:39 +0200] rev 50623
8203197: C2: consider all paths in loop body for loop predication
Reviewed-by: kvn, neliasso
stefank [Tue, 19 Jun 2018 08:44:31 +0200] rev 50622
8205163: ZGC: Keeps finalizable marked PhantomReference referents strongly alive
Reviewed-by: pliden, kbarrett