Re: [drlvm][thread] Thread.currentThread() is not alive anymore :(

2006-09-29 Thread Elena Semukhina
This issue is fixed with HARMONY-1582 patch as well. On 9/28/06, Nikolay Kuznetsov [EMAIL PROTECTED] wrote: Fixed, patch submitted to JIRA. Thread constructor used to initialize main thread simply didn't set alive status. This patch also corrects main thread's name and sets context class

Re: [drlvm][thread] Thread.currentThread() is not alive anymore :(

2006-09-28 Thread Nikolay Kuznetsov
Fixed, patch submitted to JIRA. Thread constructor used to initialize main thread simply didn't set alive status. This patch also corrects main thread's name and sets context class loader to SystemClassLoader. Thank you. Nik. On 9/22/06, Elena Semukhina [EMAIL PROTECTED] wrote: Kernel test

[drlvm][thread] Thread.currentThread() is not alive anymore :(

2006-09-22 Thread Elena Semukhina
Kernel test ThreadTest fails due to Thread.currentThread().isAlive() returns false now. I've created a JIRA issue for this problem. https://issues.apache.org/jira/browse/HARMONY-1537 Does anyone want to study the issue and submit a patch for it? -- Thanks, Elena