Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-20 Thread Leo Li
regards, >> Nadya Morozova >> >> >> -Original Message- >> From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] >> Sent: Thursday, September 14, 2006 5:36 PM >> To: harmony-dev@incubator.apache.org >> Subject: Re: [classlib][luni] Put setInterruptAction

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-14 Thread Geir Magnusson Jr.
l have a better understanding of what it does. Best regards, Nadya Morozova -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 5:36 PM To: harmony-dev@incubator.apache.org Subject: Re: [classlib][luni] Put setInterruptAction() in our

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-14 Thread Tim Ellison
ya Morozova > > > -Original Message- > From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 14, 2006 5:36 PM > To: harmony-dev@incubator.apache.org > Subject: Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread > stub? >

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-14 Thread Geir Magnusson Jr.
ng the code will have a better understanding of what it does. Best regards, Nadya Morozova -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 5:36 PM To: harmony-dev@incubator.apache.org Subject: Re: [classlib][luni] Put setI

RE: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-14 Thread Morozova, Nadezhda
slib][luni] Put setInterruptAction() in our j.l.Thread stub? true, but there's no reason why this couldn't be in the code too... geir Tim Ellison wrote: > Our VM interface documentation[1] is drifting out of sync with code > changes. If anyone has time to refresh it, with help from

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-14 Thread Geir Magnusson Jr.
true, but there's no reason why this couldn't be in the code too... geir Tim Ellison wrote: Our VM interface documentation[1] is drifting out of sync with code changes. If anyone has time to refresh it, with help from the dev list, that would be a very valuable task. We should ensure that VM

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-14 Thread Tim Ellison
Our VM interface documentation[1] is drifting out of sync with code changes. If anyone has time to refresh it, with help from the dev list, that would be a very valuable task. We should ensure that VM writers understand how to get the harmony class library code working with their VM. [1] amongst

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-13 Thread Oliver Deakin
Geir Magnusson Jr. wrote: This came up in another thread. Currently, java.nio.channels.spi.AbstractInterruptibleChannel depends on there being a setInterruptAction() method on java.lang.Thread. I certainly think that this kind of thing should be documented, so the question - should we add

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-10 Thread Jimmy, Jing Lv
Gregory Shimansky wrote: On Friday 08 September 2006 06:03 Jimmy, Jing Lv wrote: Geir Magnusson Jr. wrote: This came up in another thread. Currently, java.nio.channels.spi.AbstractInterruptibleChannel depends on there being a setInterruptAction() method on java.lang.Thread. I certainly think

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-09 Thread Gregory Shimansky
On Friday 08 September 2006 06:03 Jimmy, Jing Lv wrote: > Geir Magnusson Jr. wrote: > > This came up in another thread. > > > > Currently, java.nio.channels.spi.AbstractInterruptibleChannel depends on > > there being a setInterruptAction() method on java.lang.Thread. > > > > I certainly think that

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-07 Thread Paulex Yang
Geir Magnusson Jr. wrote: This came up in another thread. Currently, java.nio.channels.spi.AbstractInterruptibleChannel depends on there being a setInterruptAction() method on java.lang.Thread. I certainly think that this kind of thing should be documented, so the question - should we add th

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-07 Thread Jimmy, Jing Lv
Geir Magnusson Jr. wrote: This came up in another thread. Currently, java.nio.channels.spi.AbstractInterruptibleChannel depends on there being a setInterruptAction() method on java.lang.Thread. I certainly think that this kind of thing should be documented, so the question - should we add th

Re: [classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-07 Thread Andrew Zhang
On 9/8/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: This came up in another thread. Currently, java.nio.channels.spi.AbstractInterruptibleChannel depends on there being a setInterruptAction() method on java.lang.Thread. I certainly think that this kind of thing should be documented, so th

[classlib][luni] Put setInterruptAction() in our j.l.Thread stub?

2006-09-07 Thread Geir Magnusson Jr.
This came up in another thread. Currently, java.nio.channels.spi.AbstractInterruptibleChannel depends on there being a setInterruptAction() method on java.lang.Thread. I certainly think that this kind of thing should be documented, so the question - should we add this to our Thread stub class