hseigel [Thu, 05 Apr 2018 13:19:25 -0400] rev 49677
8200261: Regression with JVM anonymous class
Summary: Restore resolved anonymous class when creating a new constantpool because of overpass methods
Reviewed-by: coleenp, lfoltan
kbarrett [Wed, 04 Apr 2018 18:19:46 -0400] rev 49676
8200630: Globally suppress Visual Studio warning C4351
Summary: Globally suppress warning, remove sole instance of local suppression.
Reviewed-by: gtriantafill, tschatzl
dpochepk [Wed, 04 Apr 2018 23:05:13 +0300] rev 49675
8200628: aarch32 - Broken build after JDK-8199809
Reviewed-by: shade, coleenp
Contributed-by: boris.ulasevich@bell-sw.com
dpochepk [Wed, 04 Apr 2018 23:02:58 +0300] rev 49674
8200627: aarch32 - Broken build after JDK-8198949
Reviewed-by: shade, eosterlund
Contributed-by: boris.ulasevich@bell-sw.com
dstewart [Fri, 30 Mar 2018 13:39:43 -0400] rev 49673
8200524: AArch64: CPUFeature and Flag enums are not passed through JVMCI
Summary: AArch64 VM_Version::features and flags are correspondingly set in CPUFeature and Flags
Reviewed-by: kvn, fyang
tschatzl [Wed, 04 Apr 2018 14:51:26 +0200] rev 49672
8200305: Update gc,liveness output with remset state after rebuild remset concurrently changes
Reviewed-by: sjohanss, sangheki
shade [Wed, 04 Apr 2018 12:06:31 +0200] rev 49671
8200608: Build failures after JDK-8191101 (Show register content in hs-err file on assert)
Reviewed-by: dholmes, tschatzl
pliden [Wed, 04 Apr 2018 11:59:48 +0200] rev 49670
8200607: Add missing include dependency in bitMap.hpp
Reviewed-by: shade, stefank
pliden [Wed, 04 Apr 2018 11:59:47 +0200] rev 49669
8200429: Adjust object pinning interface on CollectedHeap
Reviewed-by: dholmes, rkennke
ehelin [Wed, 04 Apr 2018 11:25:26 +0200] rev 49668
Merge
ehelin [Wed, 04 Apr 2018 10:12:02 +0200] rev 49667
8200626: Restore history for g1ConcurrentMarkThread.*
Reviewed-by: shade, sjohanss
tschatzl [Wed, 04 Apr 2018 11:21:14 +0200] rev 49666
8200074: Remove G1ConcurrentMark::_concurrent_marking_in_progress
Reviewed-by: sjohanss, sangheki
tschatzl [Wed, 04 Apr 2018 11:21:14 +0200] rev 49665
8200255: Remove G1CMTask::_concurrent
Reviewed-by: sangheki, sjohanss
tschatzl [Wed, 04 Apr 2018 11:21:14 +0200] rev 49664
8200234: Cleanup Remark and Cleanup pause code
Summary: Remove redundant methods, factor out verification code and simplify code in Remark and Cleanup pause code.
Reviewed-by: sangheki, sjohanss
rwestberg [Wed, 28 Mar 2018 15:30:43 +0200] rev 49663
8199619: Building HotSpot on Windows should define NOMINMAX
Reviewed-by: erikj, kbarrett, ihse