jwilhelm [Sat, 24 Mar 2018 01:08:35 +0100] rev 49488
Merge
roland [Thu, 22 Mar 2018 20:21:19 -0700] rev 49487
8193130: Bad graph when unrolled loop bounds conflicts with range checks
Reviewed-by: kvn, thartmann
kvn [Thu, 22 Mar 2018 16:39:02 -0700] rev 49486
8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
8199489: [TESTBUG] don't run CTW tests with -Xcomp
Reviewed-by: iignatyev, iveresov
kvn [Thu, 22 Mar 2018 10:45:20 -0700] rev 49485
8199896: [Graal] build Graal on all x86 platforms
Reviewed-by: erikj
eosterlund [Wed, 21 Mar 2018 14:38:32 +0100] rev 49484
8198949: Modularize arraycopy stub routine GC barriers
Reviewed-by: rkennke, pliden
thartmann [Thu, 22 Mar 2018 08:39:51 +0100] rev 49483
8199777: Deprecate -XX:+AggressiveOpts
Summary: Deprecate -XX:+AggressiveOpts and remove it from testing.
Reviewed-by: kvn, dholmes, shade
roland [Wed, 21 Mar 2018 20:15:00 -0700] rev 49482
8199784: PhaseIdealLoop::place_near_use() might return wrong control with loop strip mining
Reviewed-by: kvn
smonteith [Tue, 20 Mar 2018 22:54:02 +0800] rev 49481
8193266: AArch64: TestOptionsWithRanges.java SIGSEGV
Summary: Fix hotspot jtreg test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failure on AArch64.
Reviewed-by: aph, coleenp, dsamersoff
coleenp [Wed, 21 Mar 2018 19:45:24 -0400] rev 49480
8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
Summary: Remove frame.inline.hpp,etc from header files and adjust transitive includes.
Reviewed-by: stefank, stuefe
coleenp [Wed, 21 Mar 2018 17:09:34 -0400] rev 49479
8197844: JVMTI GetLoadedClasses should use the Access API
Summary: Make sure the holder of a class loader is accessed during iteration of CLDG
Reviewed-by: eosterlund, rkennke