JEP 248: Make G1 the Default Garbage Collector (original) (raw)

Staffan Friberg staffan.friberg at oracle.com
Thu Jun 25 17:10:51 UTC 2015


Hi,

As JEP 248 moved to target, we would like to expand on the testing we have done. We want to ask the community to help us make sure we get the best data points. These data points will be used to evaluate if there are critical issues for G1 that can not be addressed in JDK 9 time frame.

Switching to G1 as the default GC in JDK 9 will in the end come down to a judgment call with the data collected at the decision time.

We would like to get your feedback on all experiences, good, neutral and bad. Usually bad experiences is what generates blogs and emails, the other data points are not always easy to get. * *Metrics The following we see as the key metrics to gather data around to determine the impact of the switch. Not all metrics will be interesting for every application, but a default collector needs to behave well in them as a whole.

Applications We are focusing on general Java applications, and not on applications that are very dependent on extreme GC tuning. Applications not considered a target for this switch includes applications requiring low latency with milliseconds, micro or no-pause requirements, nor very large heap applications that use multiple of 10s or 100s of GB of heap. The focus is on applications that are normally not tuned, either because there has never been a need to do so or they are used by people not accustomed to GC tuning.

Regards, Staffan and Jenny Java SE Performance

On 06/05/2015 10:11 AM, Ben Evans wrote:

Hi,

I like the plan, but this statement is really quite bullish, especially (IMO) on the available evidence. G1 was always marketed as the replacement for CMS. In field experience so far, that hasn't happened, and I feel that we are glossing over the fact that we are now thinking of G1 as a replacement for Parallel. Certainly none of the testing I've done has been about Parallel -> G1 - it's all been CMS vs G1. I will be happy to start working with clients to try to cover the Parallel vs G1 space, but that hasn't happened up until now. Neither do I think we should be under any illusions that a very large number of installs are going to be affected. It may not be all that representative, but here are the results of a quick community straw poll I ran over the last couple of days: A single question: "Which Garbage Collector Does Your Application Use? " yielded these results: Concurrent Mark & Sweep (CMS) 23.94% 85 Garbage First (G1GC) 10.70% 38 Parallel (because I explicitly set it) 5.07% 18 Default (this actually gives you Parallel) 39.15% 139 I Don't Know 21.13% 75 Total: 355 The clear, stand-out winner is Default, with ~40% of installs using this, and therefore being exposed to the proposed change. That makes me very nervous. So, whilst I'm not saying we shouldn't do this, and I know that community members, including Kirk, myself & the other jClarity folks will help to get some better data, I'd argue that we're still a long way from being certain that we're ready for this change. Thanks, Ben

On Fri, Jun 5, 2015 at 1:12 PM, Stefan Johansson <stefan.johansson at oracle.com> wrote: On 2015-06-05 00:08, mark.reinhold at oracle.com wrote: 2015/6/4 6:44 -0700, charlie.hunt at oracle.com:

Wanted to come back to this thread, continue the dialog, reiterate the objective, (try to) summarize the concerns and put forth a potential plan for this JEP going forward.

Intent: Use G1 GC as the default collector chosen by the JVM when no GC is explicitly set at the JVM command line. ... Charlie -- thanks for the excellent summary of this wide-ranging discussion! ... Suggested plan for moving forward: - Make G1 the default collector in JDK 9, continue to evaluate G1 and enhance G1 in JDK 9 - Mitigate risk by reverting back to Parallel GC before JDK 9 goes “Generally Available” (Sept 22, 2016 [1]) if warranted by continuing to monitor observations and experiences with G1 in both JDK 9 pre-releases and latest JDK 8 update releases - Address enhancing ergonomics for selecting a default GC as a separate JEP if future observations suggests its needed I think this is a fine plan. Stefan -- To move forward with JEP 248, could you please revise the second item in the "Risks and Assumptions" section to note that there is some concern that G1 might not be ready to become the default, that making it the default now will allow us to get more feedback on it, and that if it proves to be not ready then we'll revert the default to the Parallel GC in time for JDK 9 GA? Mark, I've extended second item as follows: - G1 is seen as a robust and well-tested collector. It is not expected to have stability problems, but becoming the default collector will increase its visibility and may reveal previously-unknown issues. If a critical issue is found that can't be addressed in the JDK 9 time frame, we will revert back to use Parallel GC as the default for the JDK 9 GA. Thanks, Stefan Ben -- Can you live with this plan? - Mark



More information about the hotspot-dev mailing list