Thu, 20 Aug 2015 11:18:51 -0400 8133951: Zero interpreter asserts in stubRoutines.cpp
coleenp [Thu, 20 Aug 2015 11:18:51 -0400] rev 32384
8133951: Zero interpreter asserts in stubRoutines.cpp Summary: Allow zero sized code buffer when checking if there's enough remaining size Reviewed-by: kvn
Thu, 20 Aug 2015 15:17:43 +0200 8067339: PLAB reallocation might result in failure to allocate object in that recently allocated PLAB
tschatzl [Thu, 20 Aug 2015 15:17:43 +0200] rev 32383
8067339: PLAB reallocation might result in failure to allocate object in that recently allocated PLAB Summary: Properly size the PLAB to make sure that the object to allocate always has enough space in it. Reviewed-by: mgerdin, brutisso
Thu, 20 Aug 2015 15:17:43 +0200 8073146: G1 merges thread local age tables too early with global age table
tschatzl [Thu, 20 Aug 2015 15:17:43 +0200] rev 32382
8073146: G1 merges thread local age tables too early with global age table Summary: Move merging of age and survivor table to the end of GC. Reviewed-by: mgerdin, david
Thu, 20 Aug 2015 15:17:43 +0200 8040162: Avoid reallocating PLABs between GC phases in G1
tschatzl [Thu, 20 Aug 2015 15:17:43 +0200] rev 32381
8040162: Avoid reallocating PLABs between GC phases in G1 Summary: Allocate G1ParScanThreadState at the start of GC and only deallocate at the end of GC. This automatically keeps the current PLAB intact without flushing it (and loosing lots of memory) for every reallocation. Reviewed-by: david, mgerdin
Thu, 20 Aug 2015 15:17:41 +0200 8133530: Add JFR event for evacuation statistics
tschatzl [Thu, 20 Aug 2015 15:17:41 +0200] rev 32380
8133530: Add JFR event for evacuation statistics Summary: Introduce two new JFR events for young/old generation allocation statistics based on previous changes. Reviewed-by: ehelin, mgerdin
Wed, 19 Aug 2015 13:59:39 +0200 8073013: Add detailed information about PLAB memory usage
tschatzl [Wed, 19 Aug 2015 13:59:39 +0200] rev 32379
8073013: Add detailed information about PLAB memory usage Summary: Track and provide information about direct allocation, region end waste and failure waste for G1. Reviewed-by: jmasa, david, ehelin, mgerdin
Wed, 19 Aug 2015 13:50:50 +0200 8133470: Uses of Atomic methods in plab.hpp should be moved to .inline.hpp file
tschatzl [Wed, 19 Aug 2015 13:50:50 +0200] rev 32378
8133470: Uses of Atomic methods in plab.hpp should be moved to .inline.hpp file Summary: Fix include file dependencies according to general guidelines for plab.hpp Reviewed-by: ehelin, mgerdin
Wed, 19 Aug 2015 13:47:40 +0200 8003237: G1: Reduce unnecessary (and failing) allocation attempts when handling an evacuation failure
tschatzl [Wed, 19 Aug 2015 13:47:40 +0200] rev 32377
8003237: G1: Reduce unnecessary (and failing) allocation attempts when handling an evacuation failure Summary: Remember for every generation whether the memory for that generation has already been exhausted. If so, do not try to get a new region for these generations. Further, if the last generation is full, early exit from copy_to_survivor_space. Reviewed-by: jmasa, brutisso
Thu, 20 Aug 2015 10:27:04 +0200 8133825: Remove the class G1CollectorPolicyExt
ehelin [Thu, 20 Aug 2015 10:27:04 +0200] rev 32376
8133825: Remove the class G1CollectorPolicyExt Reviewed-by: jwilhelm, ecaspole
Thu, 20 Aug 2015 08:42:25 +0200 8133821: Refactor initialization of the heap and the collector policy
ehelin [Thu, 20 Aug 2015 08:42:25 +0200] rev 32375
8133821: Refactor initialization of the heap and the collector policy Reviewed-by: pliden, tschatzl
Wed, 19 Aug 2015 11:11:06 -0700 8133537: clarify position of unlock options in error messages
dcubed [Wed, 19 Aug 2015 11:11:06 -0700] rev 32374
8133537: clarify position of unlock options in error messages Reviewed-by: coleenp, dholmes, coffeys
Thu, 20 Aug 2015 09:31:28 +0200 Merge
roland [Thu, 20 Aug 2015 09:31:28 +0200] rev 32373
Merge
Wed, 29 Jul 2015 17:25:04 +0200 8080289: Intermediate writes in a loop not eliminated by optimizer
roland [Wed, 29 Jul 2015 17:25:04 +0200] rev 32372
8080289: Intermediate writes in a loop not eliminated by optimizer Summary: Move Stores out of loop (after or before) when possible Reviewed-by: kvn, vlivanov
Fri, 14 Aug 2015 00:28:45 +0200 8133599: Unsafe.getAndSetObject() is no longer intrinsified by c2
roland [Fri, 14 Aug 2015 00:28:45 +0200] rev 32371
8133599: Unsafe.getAndSetObject() is no longer intrinsified by c2 Summary: off by 1 error in c2 intrinsic filtering logic Reviewed-by: dlong, kvn, shade
Sat, 15 Aug 2015 02:54:18 +0200 8130847: Cloned object's fields observed as null after C2 escape analysis
roland [Sat, 15 Aug 2015 02:54:18 +0200] rev 32370
8130847: Cloned object's fields observed as null after C2 escape analysis Summary: Eliminated instance/array written to by an array copy variant must be correctly initialized when reallocated at a deopt Reviewed-by: kvn, vlivanov
Wed, 12 Aug 2015 09:58:39 +0300 8019968: Reference CAS induces GC store barrier even on failure
shade [Wed, 12 Aug 2015 09:58:39 +0300] rev 32369
8019968: Reference CAS induces GC store barrier even on failure Reviewed-by: kvn, adinn, roland
(0) -30000 -10000 -3000 -1000 -300 -100 -16 +16 +100 +300 +1000 +3000 +10000 tip