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
epavlova [Wed, 21 Mar 2018 13:30:03 -0700] rev 49478
8200071: Fix test/hotspot/jtreg/ProblemList-graal.txt
Reviewed-by: iignatyev
mseledtsov [Wed, 21 Mar 2018 13:18:06 -0700] rev 49477
8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
Summary: Added at requires vm.cds
Reviewed-by: dcubed, jiangli
cjplummer [Wed, 21 Mar 2018 13:07:19 -0700] rev 49476
8195109: ServiceUtil::visible_oop is not needed anymore
Summary: strip out ServiceUtil and all users of it
Reviewed-by: coleenp, stefank, jcbeyler, sspitsyn
roland [Wed, 21 Mar 2018 10:05:36 +0100] rev 49475
8196294: LoopStripMiningIterShortLoop is set to zero by default
Reviewed-by: shade, thartmann, kvn
gtriantafill [Wed, 21 Mar 2018 11:27:29 -0400] rev 49474
8194054: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374)
Reviewed-by: stsmirno, coleenp
rkennke [Wed, 21 Mar 2018 16:00:41 +0100] rev 49473
8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp
Reviewed-by: kbarrett, eosterlund
ehelin [Wed, 21 Mar 2018 12:47:46 +0100] rev 49472
8199027: Make protected members private in G1Policy
Reviewed-by: sjohanss, tschatzl