tschatzl [Thu, 14 Jun 2018 13:07:33 +0200] rev 50565
8204169: Humongous continues region remembered set states do not match the one from the corresponding humongous start region
Summary: Make sure and verify that the remembered set state of humongous continues regions matches the one from the corresponding humongous start region.
Reviewed-by: kbarrett, sjohanss
mcimadamore [Thu, 14 Jun 2018 11:13:39 +0100] rev 50564
8178150: Regression in logic for handling inference stuck constraints
Summary: Fix broken logic for input/output inference variable dependency
Reviewed-by: vromero, bsrbnd
lkorinth [Thu, 14 Jun 2018 11:13:30 +0200] rev 50563
8202740: runtime/8176717/TestInheritFD.java fails with java.lang.RuntimeException: could not match: VM RESULT => RETAINS FD
Reviewed-by: rehn, dholmes
ihse [Thu, 14 Jun 2018 11:46:53 +0200] rev 50562
8204664: PrepareFailureLogs should be done after sequential make targets
Reviewed-by: erikj
thartmann [Thu, 14 Jun 2018 11:22:04 +0200] rev 50561
8205034: [BACKOUT] Induction variable of over-unrolled loop conflicts with range checks
Summary: Backout fix for JDK-8203915 because it causes SIGILL failures.
Reviewed-by: shade
ysuenaga [Thu, 14 Jun 2018 16:56:58 +0900] rev 50560
8204531: Remove unused chars following '\0'
Reviewed-by: dholmes, stuefe
epavlova [Thu, 14 Jun 2018 00:07:10 -0700] rev 50559
8204978: [Graal] Disable Epsilon GC tests from running with Graal
Reviewed-by: kvn
thartmann [Thu, 14 Jun 2018 09:04:55 +0200] rev 50558
8203915: 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