Re: [classlib][drlvm] integrating j.u.c with drlvm

2006-08-10 Thread Rustem Rafikov
Nathan, I created ISSUE#*1144, https://issues.apache.org/jira/browse/HARMONY-1144* Please try the patches attached. --bwR

Re: [classlib][drlvm] integrating j.u.c with drlvm

2006-08-08 Thread Rustem Rafikov
As a first step I would like to implement the following methods: 1. getFieldOffset - it may be done by forwarding call to ObjectAccessor.getFieldID or by JNI wrapping of existing impl in atomics.cpp. The second, I think, is preferable because we avoid further conversion of fieldID to field offset

RE: [classlib][drlvm] integrating j.u.c with drlvm

2006-08-08 Thread Nathan Beyer
Go for it; looking forward to it. -Nathan -Original Message- From: Rustem Rafikov [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 5:08 AM To: harmony-dev@incubator.apache.org Cc: [EMAIL PROTECTED] Subject: Re: [classlib][drlvm] integrating j.u.c with drlvm As a first

RE: [classlib][drlvm] integrating j.u.c with drlvm

2006-08-06 Thread Nathan Beyer
-Original Message- From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] On of the technical things we have to do still for java.util.concurrent is to create sun.misc.Unsafe for the VMs and see how things work together. How much work will it be for DRLVM? Some of it seems to be