> -----Original Message----- > From: Richard Liang [mailto:[EMAIL PROTECTED] > > Oliver Deakin wrote: > > Paulex Yang wrote: > >> Just a wild thought, because TestNG support both jre142 and jdk5, so > >> there must be some way to make it run with annotation but without > >> concurrent, just have a look at the layout of TestNG[1] source code > >> from its v4.1 release, seems if we replace the > >> src/jdk15/org/testng/internal/thread/*.java with > >> src/jdk14/org/testng/internal/thread/*.java, and rebuild it, there is > >> chance to create a customized version based > >> edu.emory.mathcs.util.concurrent as workaround. If no one > >> objection(say, legal consideration), I can try this thought. > > > > That's interesting - I don't know about the legal considerations, but > > I'd like > > to hear how your experimentation goes! > Hello Oliver, > > I have tried Paulex's solution, and I can launch simple TestNG test > using HarmonyVM. But I doubt if this is necessary. Maybe we will have > concurrent soon :-) > > Nathan, could you share some information about concurrent?
We're getting there, at least for DRLVM. Once I get the code to be part of the build DRLVM should support all of the atomics-dependant code. The LockSupport is still a bit in flux. -Nathan > > Best regards, > Richard > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]