Re: more from yesterday

2010-01-31 Thread Charles Oliver Nutter
On Thu, Jan 28, 2010 at 7:56 PM, Fredrik Öhrström wrote: > Thread local garbage collection is a JRockit bleeding edge feature that > allow separate threads in a Java server to have their own heap. There is > of course also a global heap to which shared objects are relocated to. > One important ben

Re: more from yesterday

2010-01-28 Thread Patrick Wright
Sounds very nice. Thanks for the explanation. Patrick ___ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: more from yesterday

2010-01-28 Thread Fredrik Öhrström
Thread local garbage collection is a JRockit bleeding edge feature that allow separate threads in a Java server to have their own heap. There is of course also a global heap to which shared objects are relocated to. One important benefit is that these heaps can be garbage collected independentl

Re: more from yesterday

2010-01-28 Thread Patrick Wright
Hi John Thanks for sharing this. What, exactly, is "Thread Local, Server Class Garbage Collection"? Thanks Patrick ___ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

more from yesterday

2010-01-28 Thread John Rose
If you missed yesterday's big Oracle webcast and what to see how the JVM was mentioned, here are the proceedings: http://www.oracle.com/us/sun/044498.html For our purposes, Thomas Kurian's talk is most relevant. But the whole thing is pretty interesting. (At least, it was to me, for obvious