Hacker News new | past | comments | ask | show | jobs | submit login
Java VM: Trying a new Garbage Collector for JDK 7 (sun.com)
16 points by axod on Jan 6, 2009 | hide | past | favorite | 4 comments



Just to clarify, from the comments: this is not the default GC in the latest build of JDK 7 but can be enabled with

  -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC
It's also reportedly slower than the default GC and likely to crash so it's not a good candidate for benchmarks just yet.


Umm... They started talking about this a while ago. It was in the SVN builds. Its nice.


I thought they used mercurial?


Both. Sort of. OpenJDK is on mercurial but core java is still on SVN (I think...). Checkouts here: https://openjdk.dev.java.net/svn/openjdk/jdk/trunk




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: