Is the G1 garbage collector still considered experimental in recent versions of Java (6)? Is it safe and ready for production use?
EDIT: I am referring to Oracle JVM.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No as suggest this Oracle article, it’s still experimental. It will replace CMS but it seems that it’s not quite performant yet : Relative Performance of Java's Garbage First (G1) Garbage Collector?
EDIT :
So now the G1 is “fully supported” in JDK7u4, it not consider anymore as experimental, so I guess it’s production ready! .