Hi, I found a smaal bug in vm/reference/java/lang/Thread.java. The method yield() should have been static. So I have changed it to read: public static synchronized native void yield(); But I am not sure if I should also fix any native methods. Or are the native methods only defined in the vm implementations that use Classpath? It would be nice to have a bug database. Is there one we could use? And is there a cvs commit mailinglist? Cheers, Mark
- RE: Thread.yield() is static Mark Wielaard
- RE: Thread.yield() is static John Keiser
- Re: Thread.yield() is static Mark Wielaard
- RE: Thread.yield() is static John Keiser
- RE: Thread.yield() is static Andreas Rueckert
- RE: Thread.yield() is static John Keiser
- RE: Thread.yield() is static Regier Avery J
- RE: Thread.yield() is static Todd L. Miller
- RE: Thread.yield() is static John Keiser
- RE: Thread.yield() is static John Leuner

