tschatzl [Wed, 28 Jun 2017 10:58:19 +0200] rev 46572
8175554: Improve G1UpdateRSOrPushRefClosure
Summary: Micro-optimizations and improving naming for the G1UpdateRSOrPushRefClosure
Reviewed-by: ehelin, sangheki
tschatzl [Wed, 14 Jun 2017 11:26:44 +0200] rev 46571
8178148: Log more detailed information about scan rs phase
Summary: Add logging about the number of cards actually scanned, claimed and skipped during the Scan RS phase
Reviewed-by: ehelin, sangheki
iignatyev [Wed, 24 May 2017 18:28:34 -0700] rev 46570
8181053: port basicvmtest to jtreg
Reviewed-by: ehelin
redestad [Tue, 27 Jun 2017 12:27:27 +0000] rev 46569
Merge
redestad [Thu, 22 Jun 2017 15:53:07 +0200] rev 46568
8182487: Add Unsafe.objectFieldOffset(Class, String)
Reviewed-by: dsimms, twisti, bchristi, mgerdin, psandoz, chegar
stuefe [Tue, 27 Jun 2017 07:52:50 +0200] rev 46567
8182864: [aix] os::print_native_callstack should not assert for primordial threadness
Reviewed-by: clanger, mdoerr
iveresov [Mon, 26 Jun 2017 16:10:31 -0700] rev 46566
8182883: Update Graal
Reviewed-by: kvn
stefank [Tue, 11 Apr 2017 23:45:37 +0200] rev 46565
8178490: Usages of is_object_aligned with pointers are broken
Reviewed-by: tschatzl, kbarrett
stefank [Thu, 22 Jun 2017 09:07:47 +0200] rev 46564
8182696: Remove gcTrace.hpp include from referenceProcessor.hpp
Reviewed-by: tschatzl, kbarrett
kvn [Fri, 23 Jun 2017 15:16:23 -0700] rev 46563
8182138: Disable generating INC and DEC instructions on Xeon Phi and ATOM CPUs
Reviewed-by: kvn
Contributed-by: rahul.kandu@intel.com
hseigel [Fri, 23 Jun 2017 09:54:52 -0400] rev 46562
8182720: In InstanceKlass.cpp, get init_lock from handle
Summary: Replace init_lock() calls with h_init_lock() calls
Reviewed-by: sspitsyn, coleenp
kbarrett [Fri, 23 Jun 2017 01:08:42 +0000] rev 46561
Merge
kbarrett [Thu, 22 Jun 2017 20:47:22 -0400] rev 46560
8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
Summary: Refactor debug.hpp and reverse include dependency.
Reviewed-by: coleenp, stefank, dcubed
kbarrett [Thu, 22 Jun 2017 23:39:18 +0000] rev 46559
Merge
stuefe [Tue, 13 Jun 2017 08:09:17 +0200] rev 46558
8182034: os::Posix::is_valid_signal() should, if it uses sigaddset, initialize the signal set
Summary: Added missing sigemptyset.
Reviewed-by: kbarrett, clanger