[kaffe] Unexpected java.lang.IllegalMonitorStateException

jserv at linux2.cc.ntu.edu.tw jserv at linux2.cc.ntu.edu.tw
Sun Mar 28 23:26:03 PST 2004


On Mon, Mar 29, 2004 at 03:22:27PM +0900, Ito Kazumitsu wrote:
> bash$ java TestSync3 1
> bash$ java TestSync3 2
> java.lang.IllegalMonitorStateException
>    at TestSync3.run (TestSync3.java:32)
> bash$ java TestSync3 3
> java.lang.IllegalMonitorStateException
>    at TestSync3.run (TestSync3.java:37)

It's strange that I could pass all tests provided by Ito Kazumitsu,
include TestSync3.

jserv at venux:~/expr$ /opt/bin/kaffe -cp . TestSync3 1
jserv at venux:~/expr$ /opt/bin/kaffe -cp . TestSync3 2
jserv at venux:~/expr$ /opt/bin/kaffe -cp . TestSync3 3

But I still can't get prevayler run well.

Jim Huang




More information about the kaffe mailing list