Re: [arch] Harmony VM & JSR166 integration

2005-11-25 Thread Rodrigo Kumpera
I think park/unpack can be implemented using java monitors without much trouble. On 11/25/05, Andrey Chernyshev <[EMAIL PROTECTED]> wrote: > I've been thinking a bit about the java.util.concurrent package, and > how we might want to approach it here in Harmony. What kind of > modifications one m

[arch] Harmony VM & JSR166 integration

2005-11-25 Thread Andrey Chernyshev
I've been thinking a bit about the java.util.concurrent package, and how we might want to approach it here in Harmony. What kind of modifications one may need to do for VM in order to support util.concurrent package in the most efficient way? To my understanding, the original design of the JSR166 i