LWJGL Forum

Programming => General Java Game Development => Topic started by: elias4444 on May 29, 2009, 21:30:24

Title: So, can we use it or not?
Post by: elias4444 on May 29, 2009, 21:30:24
Quote
Garbage First, or G1, is a low pause, server style collector. G1's primary advantages over the Concurrent Mark-Sweep (CMS) collector include incremental compaction, better predictability and ease of use.

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.

That loud thud you just heard? It was my jaw hitting the floor.
Title: Re: So, can we use it or not?
Post by: kappa on May 29, 2009, 22:08:13
i think this comment on slashdot pretty much sums it up

"I don't see anything obvious preventing you from using it (no license/support keys?), it's just not recommended since it's experimental. If you're crazy enough to use it on a production server, you better have a support contract so Sun/Oracle can fix any problems that come along. That seems reasonable.

Although it'd be better if they just said "don't use it for production, period."

just your usual /. making a big fuss over nothing.
Title: Re: So, can we use it or not?
Post by: elias4444 on May 29, 2009, 22:25:03
That's good to know. I wish they had worded it that way as well.