shade [Tue, 27 Mar 2018 14:40:19 +0200] rev 49619
8200299: Non-PCH build for aarch64 fails
Reviewed-by: thartmann, stuefe
thartmann [Tue, 27 Mar 2018 11:51:39 +0200] rev 49618
8200230: [Graal] Compilations should not be enqueued before Graal is initialized
Summary: Split compiler initialization into two phases to avoid compilations being enqueued before Graal is initialized.
Reviewed-by: kvn, dnsimon
thartmann [Tue, 27 Mar 2018 11:13:11 +0200] rev 49617
8200227: [Graal] Test times out with Graal due to low compile threshold
Summary: Removed unnecessary VM options from test to avoid timeouts with Graal.
Reviewed-by: kvn
tschatzl [Tue, 27 Mar 2018 11:05:01 +0200] rev 49616
8193067: gc/g1/TestVerifyGCType.java still unstable
Summary: Fix number of gc threads and heap waste percentage to trigger mixed gcs reproducibly
Reviewed-by: sjohanss, pliden