coleenp [Tue, 06 Mar 2018 17:15:16 -0500] rev 49348
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
Summary: Move dependency creation and cleaned up logging
Reviewed-by: hseigel, jiangli
eosterlund [Tue, 06 Mar 2018 08:36:44 +0100] rev 49347
8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
Reviewed-by: ehelin, kbarrett
tschatzl [Tue, 06 Mar 2018 13:08:59 +0100] rev 49346
8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
Summary: Remove code related to collection set checking in that method.
Reviewed-by: eosterlund, ehelin, kbarrett
thartmann [Tue, 06 Mar 2018 10:30:24 +0100] rev 49345
8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT
Summary: Use the isIntrinsicAvailable WhiteBox API method to check if an intrinsic is available.
Reviewed-by: kvn
dsamersoff [Sat, 03 Mar 2018 10:15:23 +0000] rev 49344
8196590: Enable docker container related tests for linux AARCH64
Summary: Add test bits required for aarch64
Reviewed-by: mseledtsov, mbaesken, sspitsyn
iignatyev [Mon, 05 Mar 2018 13:10:31 -0800] rev 49343
8199050: reenable concurrent execution of compiler tests
Reviewed-by: kvn
dnsimon [Fri, 23 Feb 2018 21:38:12 +0100] rev 49342
8198571: [JVMCI] must not install wide vector code unless runtime supports it
Reviewed-by: kvn
jiangli [Mon, 05 Mar 2018 14:24:45 -0500] rev 49341
8198447: Remove ClassLoaderExt::check().
Summary: ClassLoaderExt::check() is no longer needed, remove.
Reviewed-by: lfoltan, ccheung
hseigel [Mon, 05 Mar 2018 10:29:23 -0500] rev 49340
8191102: Incorrect include file use in classLoader.hpp
Summary: Move appropriate methods to <fiile>.inline.hpp files. Create <file>.inline.hpp files when needed.
Reviewed-by: coleenp, dholmes
ehelin [Mon, 05 Mar 2018 13:15:10 +0100] rev 49339
8198957: Remove unused function ArgumentsExt::set_gc_specific_flags
Reviewed-by: sjohanss, tschatzl