RFR (M): 8199742: Clean up state flags in G1CollectorState (original) (raw)
Stefan Johansson stefan.johansson at oracle.com
Tue Mar 27 13:48:28 UTC 2018
- Previous message (by thread): RFR (M): 8199742: Clean up state flags in G1CollectorState
- Next message (by thread): RFR (M): 8199742: Clean up state flags in G1CollectorState
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2018-03-27 15:25, Thomas Schatzl wrote:
Hi Stefan,
On Tue, 2018-03-27 at 14:58 +0200, Stefan Johansson wrote: Hi Thomas,
Thanks for this much needed cleanup :) On 2018-03-26 17:06, Thomas Schatzl wrote: Hi all,
I would like to request reviews for this change that cleans up the flags in G1CollectorState, applying uniform naming, removing members that were basically temporary variables for a single method, and [...] CR: https://bugs.openjdk.java.net/browse/JDK-8199742 Webrev: http://cr.openjdk.java.net/~tschatzl/8199742/webrev The change looks good. Just some minor things, gcareyoung and duringim are used as local variables at some places. I think we could change those to reflect the new better names as well. I grepped through the sources for the old names and changed the uses to something better (I hope). http://cr.openjdk.java.net/~tschatzl/8199742/webrev.0to1 (diff) http://cr.openjdk.java.net/~tschatzl/8199742/webrev.1 (full) Much better :) Reviewed. StefanJ Thanks, Thomas
- Previous message (by thread): RFR (M): 8199742: Clean up state flags in G1CollectorState
- Next message (by thread): RFR (M): 8199742: Clean up state flags in G1CollectorState
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]