tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49607
8180415: Rebuild remembered sets during the concurrent cycle
Summary: In general maintain remembered sets of old regions only from the start of the concurrent cycle to the mixed gc they are used, at most until the end of the mixed phase.
Reviewed-by: sjohanss, sangheki
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49606
8197850: Calculate liveness in regions during marking
Reviewed-by: sjohanss, sangheki
tschatzl [Mon, 26 Mar 2018 16:51:43 +0200] rev 49605
8197570: Make rules for choosing collection set candidates more explicit
Reviewed-by: sangheki, sjohanss
tschatzl [Mon, 26 Mar 2018 16:51:41 +0200] rev 49604
8197569: Refactor eager reclaim for concurrent remembered set rebuilding
Summary: Expose information about eager reclaim region selection.
Reviewed-by: sjohanss, sangheki
coleenp [Mon, 26 Mar 2018 10:19:31 -0400] rev 49603
8199007: ClassLoaderDataGraph::unload_list_contains() is wrong
Summary: The function isn't needed any longer.
Reviewed-by: stuefe, stefank
pliden [Mon, 26 Mar 2018 12:44:39 +0200] rev 49602
8199850: Move parsing of VerifyGCType to G1
Reviewed-by: sjohanss, tschatzl
coleenp [Mon, 26 Mar 2018 09:35:20 -0400] rev 49601
8198760: Move global lock SpaceManager::_expand_lock to MutexLocker.cpp
Summary: We should avoid having global locks buried in cpp files
Reviewed-by: tschatzl, lfoltan, gtriantafill, stuefe
roland [Tue, 20 Mar 2018 15:38:00 +0100] rev 49600
8197931: Null pointer dereference in Unique_Node_List::push of node.hpp:1510
Reviewed-by: dlong, thartmann
lkorinth [Fri, 23 Mar 2018 16:25:47 +0100] rev 49599
8196865: G1 log for active workers is wrong
Reviewed-by: tschatzl, sjohanss
glaubitz [Mon, 26 Mar 2018 10:03:31 +0200] rev 49598
8200203: Missing platform definitions for ia64
Reviewed-by: ihse, stuefe
enevill [Fri, 23 Mar 2018 23:57:48 +0000] rev 49597
8200197: Zero fails to build after 8200105
Reviewed-by: coleenp
cjplummer [Sat, 24 Mar 2018 13:39:07 -0700] rev 49596
8198655: test/lib/jdk/test/lib/apps/LingeredApp shouldn't inherit cout/cerr
Summary: no longer force stderr to console. Copy app's output to Sytem.err.
Reviewed-by: sspitsyn, dholmes, iignatyev, clanger
jwilhelm [Sat, 24 Mar 2018 01:08:35 +0100] rev 49595
Merge
stefank [Fri, 23 Mar 2018 18:54:12 +0100] rev 49594
8200106: Move NoSafepointVerifier out from gcLocker.hpp
Reviewed-by: coleenp
stefank [Thu, 15 Mar 2018 21:29:36 +0100] rev 49593
8200105: Remove cyclic dependency between oop.inline.hpp and collectedHeap.inline.hpp
Reviewed-by: coleenp, kbarrett
stefank [Thu, 15 Mar 2018 21:24:10 +0100] rev 49592
8199946: Move load/store and encode/decode out of oopDesc
Reviewed-by: eosterlund, coleenp, tschatzl