hseigel [Mon, 24 Jul 2017 09:32:35 -0400] rev 46705
8179018: Remove obsoleted one X options from JDK 10
Summary: Remove the obsoleted options
Reviewed-by: zgu, coleenp, gtriantafill
kbarrett [Fri, 21 Jul 2017 21:01:59 -0400] rev 46704
8182169: ArrayAllocator should take MEMFLAGS as regular parameter
Summary: Change ArrayAllocator memflags from template parameter to ordinary function parameters
Reviewed-by: kbarrett, tschatzl
Contributed-by: milan.mimica@gmail.com
kbarrett [Fri, 21 Jul 2017 16:37:01 -0400] rev 46703
8175318: Performance issue regarding local JNI references
Summary: Avoid unnecessary repeated clears.
Reviewed-by: shade, simonis
rkennke [Fri, 07 Jul 2017 12:49:11 +0200] rev 46702
8180932: Parallelize safepoint cleanup
Summary: Provide infrastructure to do safepoint cleanup tasks using parallel worker threads
Reviewed-by: dholmes, rehn, dcubed, thartmann
stuefe [Fri, 21 Jul 2017 09:50:12 +0200] rev 46701
8181917: Refactor UL LogStreams to avoid using resource area
Reviewed-by: ehelin, mlarsson
kvn [Thu, 20 Jul 2017 17:23:24 -0700] rev 46700
8185018: Put AOT tests on problem list for OS-X and Windows
Reviewed-by: dcubed, kbarrett
kvn [Thu, 20 Jul 2017 15:53:39 -0700] rev 46699
8185013: Disable subword vector analysis optimization until 8184995 is fixed
Reviewed-by: dcubed
goetz [Tue, 18 Jul 2017 16:11:28 +0200] rev 46698
8184800: Streamline RTM flag validity testing with generic flag testing support
Reviewed-by: kvn, lucy
hseigel [Thu, 20 Jul 2017 11:01:20 -0400] rev 46697
8077203: Avoid unnecessary stripping of package names from FQN's in is_same_class_package() methods
Summary: Extract package name from instance klass's package entry record
Reviewed-by: redestad, coleenp, lfoltan
yzhang [Thu, 20 Jul 2017 15:44:51 +0800] rev 46696
8184964: AArch64: Incorrect match rule for negL_reg
Reviewed-by: adinn
Contributed-by: zhongwei.yao@linaro.org
njian [Mon, 17 Jul 2017 10:32:30 +0800] rev 46695
8183533: AArch64: redundent registers saving in arraycopy stubs
Summary: Remove redundent registers saving in gen_write_ref_array_pre_barrier() and gen_write_ref_array_post_barrier().
Reviewed-by: aph
Contributed-by: zhongwei.yao@linaro.org
kvn [Wed, 19 Jul 2017 18:17:06 -0700] rev 46694
8184809: [AOT] AsyncGetCallTrace() code should recognize AOT code
Reviewed-by: iveresov, shade
iklam [Wed, 19 Jul 2017 11:48:25 -0700] rev 46693
8181860: [TESTBUG] serviceability/tmtools/jstack/utils/DefaultFormat.java does not recognize "sleeping" state
Summary: Added sleeping state to regexp
Reviewed-by: dcubed, gtriantafill
vdeshpande [Wed, 19 Jul 2017 08:29:44 -0700] rev 46692
8175096: Analyse subword in the loop to set maximum vector size
Reviewed-by: kvn
thartmann [Wed, 19 Jul 2017 09:00:13 +0200] rev 46691
8184009: Missing null pointer check in InterpreterRuntime::update_mdp_for_ret()
Summary: Adds a missing null check (guarantee) found by Parfait.
Reviewed-by: coleenp, shade
coleenp [Tue, 18 Jul 2017 19:56:18 +0000] rev 46690
Merge