RFR(S): 8152101: Move G1 concurrent refinement adjustment code out of G1CollectorPolicy (original) (raw)
Mikael Gerdin mikael.gerdin at oracle.com
Mon Mar 21 08:48:59 UTC 2016
- Previous message (by thread): RFR(S): 8152101: Move G1 concurrent refinement adjustment code out of G1CollectorPolicy
- Next message (by thread): RFR: 8152100 : Rework and unify the GC phase logging
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Thanks for the reivew, Kim.
/Mikael
On 2016-03-21 08:56, Kim Barrett wrote:
On Mar 17, 2016, at 9:27 AM, Mikael Gerdin <mikael.gerdin at oracle.com> wrote:
Hi all, Here's yet another small G1CollectorPolicy cleanup patch. This time I want to move adjustconcurrentrefinement out of the policy into the ConcurrentG1Refine class. The method almost exclusively operates on the ConcurrentG1Refine so in my mind this makes perfect sense. Bug: https://bugs.openjdk.java.net/browse/JDK-8152101 Webrev: http://cr.openjdk.java.net/~mgerdin/8152101/webrev.0/ Testing: JPRT, RBT GC testing, Perf testing in aggregate with the previous changes showed significant changes. /Mikael Looks good.
- Previous message (by thread): RFR(S): 8152101: Move G1 concurrent refinement adjustment code out of G1CollectorPolicy
- Next message (by thread): RFR: 8152100 : Rework and unify the GC phase logging
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]