egahlin [Mon, 02 May 2016 12:44:25 +0200] rev 38159
Merge
egahlin [Fri, 22 Apr 2016 00:08:43 +0200] rev 38158
8154794: Add support for experimental fields/events to event-based tracing
Reviewed-by: mlarsson, mgronlun
tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38157
8155229: Tune thread usage for live data clearing
Reviewed-by: mgerdin, drwhite
tschatzl [Mon, 02 May 2016 10:24:41 +0200] rev 38156
8155233: Lazy coarse map clear
Summary: Only clear the coarse bitmaps of the remembered sets if they were dirtied.
Reviewed-by: jmasa, mgerdin
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