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

Reply via email to