[kaffe] Prevayler works
Ito Kazumitsu
kaz at maczuka.gcd.org
Thu Sep 1 09:30:01 PDT 2005
Hi,
Compatibility - Application Testing
(http://www.kaffe.org/compatibility_applications.shtml) says,
| 2. Prevayler
|
| Status: Partially works.
|
| See this post by Ito Kazumitsu for more information.
And my old post says,
| With the following patch to prevayler2.01.000alpha,
|
| --- src/org/prevayler/foundation/DurableOutputStream.java Wed Mar 3 19:04:38 2004
| +++ test/org/prevayler/foundation/DurableOutputStream.java Sat Apr 3 10:00:30 2004
| @@ -104,7 +104,7 @@
|
| synchronized void setSynched() {
| _isSynched = true;
| - synchronized (this) { notifyAll(); }
| + notifyAll();
| }
| }
|
|
| the simplest demo of prevayler works fine.
|
| This makes me think that there is something wrong around
| kaffe/kaffevm/locks.c.
I don't whether there is anything wrong in kaffe, but now
prevayler-2.02.006 does not have this problematic coding.
So now Prevayler works fine with Kaffe.
More information about the kaffe
mailing list