Wed, 28 Jun 2017 16:12:54 +0200 8182984: [aix] Make stack traces independent on successful vm initialization
stuefe [Wed, 28 Jun 2017 16:12:54 +0200] rev 46576
8182984: [aix] Make stack traces independent on successful vm initialization Reviewed-by: simonis, mdoerr, clanger
Wed, 28 Jun 2017 14:15:56 +0200 8178151: Clean up G1RemSet files
tschatzl [Wed, 28 Jun 2017 14:15:56 +0200] rev 46575
8178151: Clean up G1RemSet files Summary: Remove unnecessary class members, improve method visibility and naming Reviewed-by: ehelin, sjohanss
Wed, 28 Jun 2017 12:11:55 +0200 8183006: Remove unused IterateOopClosureRegionClosure
tschatzl [Wed, 28 Jun 2017 12:11:55 +0200] rev 46574
8183006: Remove unused IterateOopClosureRegionClosure Reviewed-by: sjohanss, ehelin
Wed, 28 Jun 2017 12:11:48 +0200 8183002: Remove unused concurrent parameter in HeapRegionManager::par_iterate
tschatzl [Wed, 28 Jun 2017 12:11:48 +0200] rev 46573
8183002: Remove unused concurrent parameter in HeapRegionManager::par_iterate Reviewed-by: ehelin, sjohanss
Wed, 28 Jun 2017 10:58:19 +0200 8175554: Improve G1UpdateRSOrPushRefClosure
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
Wed, 14 Jun 2017 11:26:44 +0200 8178148: Log more detailed information about scan rs phase
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
Wed, 24 May 2017 18:28:34 -0700 8181053: port basicvmtest to jtreg
iignatyev [Wed, 24 May 2017 18:28:34 -0700] rev 46570
8181053: port basicvmtest to jtreg Reviewed-by: ehelin
Tue, 27 Jun 2017 12:27:27 +0000 Merge
redestad [Tue, 27 Jun 2017 12:27:27 +0000] rev 46569
Merge
Thu, 22 Jun 2017 15:53:07 +0200 8182487: Add Unsafe.objectFieldOffset(Class, String)
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
Tue, 27 Jun 2017 07:52:50 +0200 8182864: [aix] os::print_native_callstack should not assert for primordial threadness
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
Mon, 26 Jun 2017 16:10:31 -0700 8182883: Update Graal
iveresov [Mon, 26 Jun 2017 16:10:31 -0700] rev 46566
8182883: Update Graal Reviewed-by: kvn
Tue, 11 Apr 2017 23:45:37 +0200 8178490: Usages of is_object_aligned with pointers are broken
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
Thu, 22 Jun 2017 09:07:47 +0200 8182696: Remove gcTrace.hpp include from referenceProcessor.hpp
stefank [Thu, 22 Jun 2017 09:07:47 +0200] rev 46564
8182696: Remove gcTrace.hpp include from referenceProcessor.hpp Reviewed-by: tschatzl, kbarrett
Fri, 23 Jun 2017 15:16:23 -0700 8182138: Disable generating INC and DEC instructions on Xeon Phi and ATOM CPUs
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
Fri, 23 Jun 2017 09:54:52 -0400 8182720: In InstanceKlass.cpp, get init_lock from handle
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
Fri, 23 Jun 2017 01:08:42 +0000 Merge
kbarrett [Fri, 23 Jun 2017 01:08:42 +0000] rev 46561
Merge
Thu, 22 Jun 2017 20:47:22 -0400 8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
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
Thu, 22 Jun 2017 23:39:18 +0000 Merge
kbarrett [Thu, 22 Jun 2017 23:39:18 +0000] rev 46559
Merge
Tue, 13 Jun 2017 08:09:17 +0200 8182034: os::Posix::is_valid_signal() should, if it uses sigaddset, initialize the signal set
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
Thu, 22 Jun 2017 15:26:34 -0700 8181113: jaotc options lost after 8177046
kvn [Thu, 22 Jun 2017 15:26:34 -0700] rev 46557
8181113: jaotc options lost after 8177046 Reviewed-by: iveresov, dlong
Thu, 22 Jun 2017 13:59:00 -0700 8182729: [AOT] remove UseConcMarkSweepGC check when loading libraries
twisti [Thu, 22 Jun 2017 13:59:00 -0700] rev 46556
8182729: [AOT] remove UseConcMarkSweepGC check when loading libraries Reviewed-by: kvn
Thu, 22 Jun 2017 18:33:41 +0200 8181810: PPC64: Leverage extrdi for bitfield extract
mdoerr [Thu, 22 Jun 2017 18:33:41 +0200] rev 46555
8181810: PPC64: Leverage extrdi for bitfield extract Reviewed-by: mdoerr, simonis Contributed-by: Matthew Brandyberry <mbrandy@linux.vnet.ibm.com>
Thu, 22 Jun 2017 00:51:07 +0200 Merge
jwilhelm [Thu, 22 Jun 2017 00:51:07 +0200] rev 46554
Merge
Wed, 21 Jun 2017 10:28:27 -0700 8181823: [AOT] jaotc doesn't work with Graal
kvn [Wed, 21 Jun 2017 10:28:27 -0700] rev 46553
8181823: [AOT] jaotc doesn't work with Graal Summary: add new flag to indicate when to calculate class fingerprint Reviewed-by: iklam, iveresov
Tue, 20 Jun 2017 17:00:07 +0800 8182581: aarch64: fix for crash caused by earlyret of compiled method
fyang [Tue, 20 Jun 2017 17:00:07 +0800] rev 46552
8182581: aarch64: fix for crash caused by earlyret of compiled method Summary: fix jvm crash caused by earlyret of compiled method for aarch64 port Reviewed-by: aph Contributed-by: snazarkin@azul.com
Mon, 19 Jun 2017 16:31:43 -0700 8182557: Update Graal
iveresov [Mon, 19 Jun 2017 16:31:43 -0700] rev 46551
8182557: Update Graal Reviewed-by: kvn
Mon, 19 Jun 2017 11:23:16 +0000 Merge
rraghavan [Mon, 19 Jun 2017 11:23:16 +0000] rev 46550
Merge
Mon, 19 Jun 2017 03:10:46 -0700 8044829: UseAES warning message generation differs on CPU architecture
rraghavan [Mon, 19 Jun 2017 03:10:46 -0700] rev 46549
8044829: UseAES warning message generation differs on CPU architecture Summary: Fixed issue with feature flag setting when AES support disabled explicitly Reviewed-by: kvn
Fri, 12 May 2017 14:59:35 +0800 8179933: AArch64: Incorrect match rule for immL_255
njian [Fri, 12 May 2017 14:59:35 +0800] rev 46548
8179933: AArch64: Incorrect match rule for immL_255 Summary: The match rule fix will enable instructs like: SubExtL_uxtb_and and AddExtL_uxtb_and etc. Also rename immL_63 to the proper name: immI_63. Reviewed-by: aph Contributed-by: zhongwei.yao@linaro.org
Mon, 19 Jun 2017 01:23:58 -0700 8016470: AllocatePrefetchDistance is not changed by command line
rraghavan [Mon, 19 Jun 2017 01:23:58 -0700] rev 46547
8016470: AllocatePrefetchDistance is not changed by command line Summary: Values from command line given preference for related flags, over default values based on platform Reviewed-by: thartmann, kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip