dpochepk [Mon, 09 Apr 2018 18:40:20 +0300] rev 49723
8201185: AARCH64: bfm instruction encoding hits assert on zero register
Reviewed-by: dsamersoff
rkennke [Thu, 05 Apr 2018 10:54:53 +0200] rev 49722
8199735: Mark word updates need to use Access API
Reviewed-by: shade, eosterlund
zgu [Mon, 09 Apr 2018 08:19:26 -0400] rev 49721
8201242: Include source file/line number when reporting native call stack on supported platforms
Summary: Added source file/line number to native call stack reporting on supported platforms
Reviewed-by: adinn, stuefe, dcubed
eosterlund [Mon, 09 Apr 2018 13:38:45 +0200] rev 49720
8201167: Remove MacroAssembler::cmp_heap_oop on x86
Reviewed-by: kvn, tschatzl
lkorinth [Thu, 05 Apr 2018 14:25:53 +0200] rev 49719
8201171: Cleanup in g1CollectedHeap, change CamelCase to snake_case
Reviewed-by: sjohanss, tschatzl
kbarrett [Mon, 09 Apr 2018 01:22:37 -0400] rev 49718
8200697: Add utility for spin wait with fallback to yield/sleep
Summary: Added SpinYield utility class.
Reviewed-by: dcubed, coleenp, dholmes
Contributed-by: kim.barrett@oracle.com, robbin.ehn@oracle.com
jwilhelm [Fri, 06 Apr 2018 19:16:33 +0200] rev 49717
Merge
hseigel [Fri, 06 Apr 2018 09:59:48 -0400] rev 49716
8198908: Add JVM support for preview features
Summary: Add new major and minor version checks
Reviewed-by: dholmes, lfoltan
stefank [Fri, 06 Apr 2018 13:55:25 +0200] rev 49715
8201136: Move GC flags from globals.hpp to GC specific files
Reviewed-by: sjohanss, shade, rehn
stefank [Fri, 06 Apr 2018 13:54:54 +0200] rev 49714
8201227: Add ALL_GCS_ONLY
Reviewed-by: sjohanss, shade, rehn
sjohanss [Fri, 06 Apr 2018 11:41:21 +0200] rev 49713
8200169: Flatten G1Allocator class hierarchy
Reviewed-by: tschatzl, sangheki
stefank [Fri, 06 Apr 2018 11:37:34 +0200] rev 49712
8201213: Remove INCLUDE_ALL_GCS from memset_with_concurrent_readers
Reviewed-by: kbarrett
stefank [Fri, 06 Apr 2018 11:37:33 +0200] rev 49711
8201212: Remove INCLUDE_ALL_GCS from OopStorage files
Reviewed-by: kbarrett
stefank [Fri, 06 Apr 2018 11:37:31 +0200] rev 49710
8200737: Move GC code out of Arguments::check_vm_args_consistency into GCArguments
Reviewed-by: sjohanss, pliden
stefank [Fri, 06 Apr 2018 11:37:28 +0200] rev 49709
8200736: Move CMSGCStats to the cms directory
Reviewed-by: sjohanss, tschatzl
stefank [Fri, 06 Apr 2018 11:37:26 +0200] rev 49708
8200735: Move CMS specific code from binaryTreeDictionary and freeList to CMS files
Reviewed-by: shade, adinn