java.sql.Date#setTime(long)

2003-08-26 Thread Arnaud Vandyck
This methode does not exist in classpath but does in J2SE1.4 http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Date.html#setTime(long) ... and is not deprecated. Also, Is it normal that the deprecated methode of this class throw an IllegalArgumentException? -- Arnaud Vandyck, STE fi, ULg

Small vm/reference Thread.join() hack

2003-08-26 Thread Mark Wielaard
Hi, Although I think we should move quickly to the new Thread/VMThread setup I needed Thread.join(long) to work reliably on kissme. So I made the following quick hack that work for me. * vm/reference/java/lang/Thread.java (join(long)): Call sleep(10), not sleep(1). Explicitly check

kissme 0.0.31 released

2003-08-26 Thread John Leuner
Hello everyone I have released version 0.0.31 of the kissme Java Virtual Machine: http://prdownloads.sourceforge.net/kissme/kissme-0.0.31.tar.gz?download This release is intended to match the release of 0.06 of Classpath. The mauve results are quite impressive for this combination, there are

RE: GNU Classpath 0.06 created

2003-08-26 Thread Qiong Cai
Hi, Does ORP 1.10 work with this new release? After browsing through the mailing list archives, I cannot find why ORP is broken with the classpath. I really like to do some experiments on some server benchmarks like tomcat/jboss and jbb by using ORP+classpath, and I believe the latest classpath

Re: [Classpath] Towards GNU Classpath 0.07 and 1.0

2003-08-26 Thread C. Scott Ananian
On Sun, 24 Aug 2003, Mark Wielaard wrote: - Up to date documentation that at a minimum provides a reference like overview of what we have and what each class/method does. And clearly describes what is work in progress/non-functional stubs. (gjdoc really helps here. And our api doc isn't