Re: [kaffe] Prevayler works

2005-09-01 Thread jserv
On Fri, Sep 02, 2005 at 01:30:01AM +0900, Ito Kazumitsu wrote:
> Hi,
> 
> Compatibility - Application Testing
> (http://www.kaffe.org/compatibility_applications.shtml) says,
> | 2. Prevayler
> |Status: Partially works.
> 
> 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.

Hi Ito,

  Thanks for reporting, and I updated the web page according to your
messages.

Thanks,
Jim Huang (jserv)

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Prevayler works

2005-09-01 Thread Ito Kazumitsu
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.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe