Oracle的商业手段在收购Sun之后很快开始奏效:Sun发布了 Java SE 6 update 14 , 包含了300多处BUG修复,也引入了不少新特性,如:Java HotSpot VM 14.0 ,  JAX WS 2.1.6和JAXB 2.1.10,JavaDB 10.4.2.1,Java VisualVM更新等。

其中最吸引人的就是Garbage First 垃圾收集器(简称G1),这是一款低时延的垃圾收集器,在4月份的报道 Sun’s Garbage First Collector Largely Eliminates Low Latency/High Throughput Tradeoff 中,就提到将用G1来取代Hotspot JVM 中的CMS。通过设置G1的参数,用户可以显式指定在某个时间段里面垃圾收集的开销时间不能超过多少。

遗憾的是,G1不能在生产环境下免费使用:Although G1 is available for use in this release, note that production use of G1 is only permitted where a Java support contract has been purchased. G1 is supported thru Sun’s Java Platform Standard Edition for Business program

即:用户只有购买了Sun的支持协议,才能使用这个功能。