Parallel ClassLoading space optimizations

2013-02-04 Thread Peter Levart
Hi David, I might have something usable, but I just wanted to verify some things beforehand. What I investigated was a simple keeping a cache of locks in a map weekly referenced. In your blog: * https://blogs.oracle.com/dholmes/entry/parallel_classloading_revisited_fully_concurrent ...you

Re: Parallel ClassLoading space optimizations

2013-02-04 Thread David Holmes
Hi Peter, On 4/02/2013 6:42 PM, Peter Levart wrote: Hi David, I might have something usable, but I just wanted to verify some things beforehand. What I investigated was a simple keeping a cache of locks in a map weekly referenced. In your blog: *

Re: Parallel ClassLoading space optimizations

2013-02-04 Thread David Holmes
On 4/02/2013 9:11 PM, David Holmes wrote: On 4/02/2013 6:42 PM, Peter Levart wrote: I might have something usable, but I just wanted to verify some things beforehand. What I investigated was a simple keeping a cache of locks in a map weekly referenced. In your blog: *