lmesnik [Wed, 13 Jun 2018 16:32:02 -0700] rev 50571
8203491: [TESTBUG] Port heapdump tests into java
Reviewed-by: coleenp, jgeorge
darcy [Thu, 14 Jun 2018 09:31:59 -0700] rev 50570
8205003: Replace selected link tags with linkplain in java.lang.Class
Reviewed-by: bpb, mchung, lancea
hseigel [Thu, 14 Jun 2018 10:33:54 -0400] rev 50569
8204620: ModuleEntry::is_non_jdk_module() determination for what is a jdk module is incorrect
Summary: Check module's loader and compare version with java.base's version to improve algorithm
Reviewed-by: lfoltan, mchung
bsrbnd [Thu, 14 Jun 2018 05:50:21 -0700] rev 50568
8203813: javac accepts an illegal name as a receiver parameter name
Reviewed-by: vromero
jlaskey [Thu, 14 Jun 2018 09:38:31 -0300] rev 50567
8204172: Predicate::not should explicitly mention "NullPointerException - if target is null"
Reviewed-by: sundar, psandoz, dfuchs
jlahoda [Thu, 14 Jun 2018 13:16:21 +0200] rev 50566
8196618: Create API to list supported values for javac --release option
8194308: jdeprscan will need updates to deal with the removal of the Java EE modules
Summary: Generalizing tests to run over all supported --release keys; fixing jdeprscan to work with --release 11.
Reviewed-by: smarks, vromero
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