sangheki [Thu, 09 Feb 2017 19:08:32 -0800] rev 43944
8173013: JVMTI tagged object access needs G1 pre-barrier
Summary: Add missing G1 pre-barrier at TagObjectCollector::do_entry
Reviewed-by: kbarrett, tschatzl
vlivanov [Thu, 09 Feb 2017 19:00:48 +0300] rev 43943
8166110: Inlining through MH invokers/linkers in unreachable code is unsafe
Reviewed-by: vlivanov
Contributed-by: dmitry.chuyko@oracle.com
kvn [Wed, 18 Jan 2017 14:36:54 -0800] rev 43942
8173794: [REDO] [AOT] Missing GC scan of _metaspace_got array containing Klass*
Summary: added back _metaspace_got array scan.
Reviewed-by: dlong
iveresov [Mon, 06 Feb 2017 14:20:33 -0800] rev 43941
8173673: Fix comparison input types in GraalHotSpotVMConfigNode.inlineContiguousAllocationSupported()
Summary: Make sure GraalHotSpotVMConfigNode has correct stamp
Reviewed-by: kvn, never, gdub
dnsimon [Mon, 06 Feb 2017 21:12:41 +0000] rev 43940
Merge
dnsimon [Mon, 06 Feb 2017 10:45:11 +0100] rev 43939
8173912: [JVMCI] fix memory overhead of JVMCI
Reviewed-by: kvn
jcm [Mon, 06 Feb 2017 09:56:48 -0800] rev 43938
8170455: C2: Access to [].clone from interfaces fails
Summary: passed holder klass to LR for proper resolution.
Reviewed-by: vlivanov
thartmann [Mon, 06 Feb 2017 08:32:08 +0100] rev 43937
8173119: compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java fails with custom Tiered Level set externally
Summary: Check for invalid JVMCI flag combination at startup.
Reviewed-by: kvn, thartmann
Contributed-by: Oleg Pliss <oleg.pliss@oracle.com>
jcm [Fri, 03 Feb 2017 19:26:35 -0800] rev 43936
8173679: Disable ProfileTrap code and UseRTMLocking in emulated client Win32
Summary: Disabled mdo trap count update on deopt, and made +UseRTMLocking to exit.
Reviewed-by: kvn
mbaesken [Fri, 03 Feb 2017 12:26:10 +0100] rev 43935
8173825: Adjust the comment for flags UseAES, UseFMA, UseSHA in globals.hpp
Reviewed-by: kvn, clanger
mchernov [Fri, 03 Feb 2017 13:00:37 +0000] rev 43934
Merge
mchernov [Fri, 03 Feb 2017 15:45:57 +0300] rev 43933
8170737: Not enough old space utilisation
Reviewed-by: dfazunen, tschatzl
rraghavan [Fri, 03 Feb 2017 00:46:58 -0800] rev 43932
8144484: assert(no_dead_loop) failed: dead loop detected
Summary: Bailout early without splitting Phi through memory merges if TOP inputs present for Phi Nodes
Reviewed-by: thartmann, kvn
thartmann [Fri, 03 Feb 2017 08:17:35 +0100] rev 43931
8173699: Crash during deoptimization with "assert(result == __null || result->is_oop()) failed: must be oop"
Summary: Ignore return_oop() when dispatching an exception and only try to retrieve the oop when performing re-allocation during a normal deoptimization (if exec_mode == Unpack_deopt).
Reviewed-by: kvn, vlivanov
lana [Thu, 23 Feb 2017 17:30:21 +0000] rev 43930
Merge