tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38155
8155230: Tune thread usage for mark bitmap clear
Reviewed-by: jmasa, mgerdin
tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38154
8153507: Improve Card Table Clear Task
Summary: Move card table clear code into remembered set related files. Improve work distribution of this task, and tune thread usage.
Reviewed-by: jmasa, mgerdin
tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38153
8155232: Augment Workgang to run task with a given number of threads
Summary: Add a method to run a WorkGang with a set number of threads.
Reviewed-by: stefank, jmasa, mgerdin
dsamersoff [Sun, 01 May 2016 12:47:00 +0300] rev 38152
8154258: [TESTBUG] Various serviceability tests fail compilation
Summary: Replace sun.misc.Unsafe with jdk.internal.misc.Unsafe
Reviewed-by: chegar, kvn
mockner [Fri, 29 Apr 2016 22:40:51 -0400] rev 38151
8154110: Update class* and safepoint* logging subsystems
Summary: Refactored logging tags in class and safepoint subsystems.
Reviewed-by: coleenp, rehn, hseigel
jmasa [Fri, 29 Apr 2016 18:55:41 +0000] rev 38150
Merge
jmasa [Tue, 26 Apr 2016 09:19:19 -0700] rev 38149
8154743: Internal Error: psParallelCompact.hpp assert(addr >= _region_start) failed: bad addr
Reviewed-by: tschatzl, kbarrett
ecaspole [Fri, 29 Apr 2016 18:00:57 +0200] rev 38148
Merge
ecaspole [Fri, 29 Apr 2016 10:04:24 -0400] rev 38147
8155685: Wrong indentation in ClassFileParser::post_process_parsed_stream
Summary: Fix indentation
Reviewed-by: dcubed
shshahma [Tue, 26 Apr 2016 23:29:51 +0530] rev 38146
8147026: Convert an assert in ClassLoaderData to a guarantee
Summary: Guarantee is to ensure classloader is a valid oop will help catch the errors at an early stage rather than crashing the JVM later on in the GC
Reviewed-by: coleenp
vlivanov [Fri, 29 Apr 2016 14:17:34 +0300] rev 38145
Merge
vlivanov [Fri, 29 Apr 2016 02:13:40 +0300] rev 38144
Merge
enevill [Thu, 28 Apr 2016 13:26:29 +0000] rev 38143
8155617: aarch64: ClearArray does not use DC ZVA
Summary: Implement block zero using DC ZVA
Reviewed-by: aph
Contributed-by: long.chen@linaro.org, edward.nevill@gmail.com
thartmann [Thu, 28 Apr 2016 17:36:37 +0200] rev 38142
6941938: Improve array equals intrinsic on SPARC
Summary: Array equals intrinsic should do 8-byte comparison on SPARC.
Reviewed-by: kvn, jrose, mgerdin, twisti
roland [Thu, 28 Apr 2016 15:24:17 +0200] rev 38141
8155612: Aarch64: vector nodes need to support misaligned offset
Summary: Add support for misaligned offsets.
Reviewed-by: aph
mdoerr [Thu, 28 Apr 2016 10:32:12 +0200] rev 38140
8154836: VM crash due to "Base pointers must match"
Summary: Improve the handling of AddP nodes in final graph reshaping.
Reviewed-by: kvn, zmajo
never [Wed, 27 Apr 2016 16:20:49 -0700] rev 38139
8152903: [JVMCI] CompilerToVM::resolveMethod should correctly handle private methods in interfaces
Reviewed-by: iveresov
vdeshpande [Wed, 27 Apr 2016 13:37:07 -0700] rev 38138
8154975: Update for vectorizedMismatch with AVX512
Reviewed-by: kvn
roland [Mon, 25 Apr 2016 15:14:02 +0200] rev 38137
8155015: Aarch64: bad assert in spill generation code
Reviewed-by: thartmann
roland [Wed, 27 Apr 2016 01:14:07 -0700] rev 38136
8154939: 8153998 broke vectorization on aarch64
Reviewed-by: kvn, mcberg
jcivlin [Tue, 26 Apr 2016 21:54:21 -0700] rev 38135
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
Reviewed-by: kvn
mcberg [Tue, 26 Apr 2016 20:43:59 -0700] rev 38134
8154896: xml.transform fails intermittently on SKX
Summary: Replace some short branches (jccb) to avoid problem when EVEX is used.
Reviewed-by: twisti, kvn
rbackman [Tue, 26 Apr 2016 10:28:51 +0200] rev 38133
8151956: Support non-continuous CodeBlobs in HotSpot
Reviewed-by: iveresov, thartmann, simonis
vlivanov [Mon, 25 Apr 2016 21:25:22 +0300] rev 38132
8154172: C1: NPE is thrown instead of linkage error when invoking nonexistent method
Reviewed-by: kvn
vlivanov [Mon, 25 Apr 2016 18:36:27 +0300] rev 38131
8134918: C2: Type speculation produces mismatched unsafe accesses
Reviewed-by: kvn
thartmann [Mon, 25 Apr 2016 10:53:42 +0200] rev 38130
8086057: Crash with "modified node is not on IGVN._worklist" when running with -XX:-SplitIfBlocks
Summary: Pre-loop Opaque1 node 'pre_opaq' should be put on the IGVN worklist after modification.
Reviewed-by: kvn
thartmann [Mon, 25 Apr 2016 10:51:44 +0200] rev 38129
8154763: Crash with "assert(RangeCheckElimination)" if RangeCheckElimination is disabled
Summary: Disable multiversioning if range check elimination is turned off.
Reviewed-by: mcberg, kvn
sjohanss [Fri, 29 Apr 2016 08:39:22 +0200] rev 38128
8155245: Add logging when MMU target is violated
Reviewed-by: ehelin, mgerdin
amurillo [Thu, 28 Apr 2016 23:08:16 -0700] rev 38127
Merge
amurillo [Thu, 28 Apr 2016 14:44:52 -0700] rev 38126
Merge
mlarsson [Fri, 29 Apr 2016 04:44:08 +0200] rev 38125
Merge
ysuenaga [Wed, 27 Apr 2016 21:00:45 +0900] rev 38124
8155089: UL: Remove trailing comma from log decoration list
Reviewed-by: dsamersoff, mlarsson