Re: Classpath and java.util.concurrent

2006-01-25 Thread Mark Wielaard
Hi Tom, On Tue, 2006-01-24 at 11:15 -0700, Tom Tromey wrote: One idea would be to check it in on a pristine branch (like cvs import, but we probably don't want to use that in this case) and then merge it over the generics branch and clean it up there. I would suggest putting the code in

Classpath and java.util.concurrent

2006-01-24 Thread Tom Tromey
Most of the reference implementation of java.util.concurrent is in the public domain. I took a quick look at it last night. I thought I'd post the results here and see what people think. The public domain bits are about 30 KLOC, mostly in java.util.concurrent. I had to delete a couple of

Re: Classpath and java.util.concurrent

2006-01-24 Thread Audrius Meskauskas
Oh, really great! We can just mark the problems you describe with TODO or something like that for beginning. Audrius Tom Tromey wrote: Most of the reference implementation of java.util.concurrent is in the public domain. I took a quick look at it last night. I thought I'd post the results