Re: equals() implementation not shown by JAPITools

2004-11-08 Thread Stuart Ballard
Jeroen Frijters wrote: Hmm. I think this is by design, but I can see your point, it would be nice if Japitools had a switch that was able to detect these differences. You're right that this is by design, because there's no way to indicate reliably whether this scenario is a problem or not. There

libtool problem with mipspro on irix

2004-11-08 Thread twisti
Hi! I'm currently updating our jvm to classpath-0.11. But when compiling it on irix with the mipspro compiler i ran into a libtool problem: [EMAIL PROTECTED]:~/twisti/cacaodev/classpath/native/jni/java-lang$ gmake source='java_lang_VMSystem.c' object='libjavalang_la-java_lang_VMSystem.lo'

Re: equals() implementation not shown by JAPITools

2004-11-08 Thread Tom Tromey
Stuart == Stuart Ballard [EMAIL PROTECTED] writes: Stuart I specifically don't want japitools to get into the business Stuart of testing implementation details rather than the public API. Stuart I'd suggest that the solution here would be to scan Sun's javadoc[1] Stuart for classes with custom

Re: libtool problem with mipspro on irix

2004-11-08 Thread Mark Wielaard
Hi, On Mon, 2004-11-08 at 17:18, [EMAIL PROTECTED] wrote: I'm currently updating our jvm to classpath-0.11. But when compiling it on irix with the mipspro compiler i ran into a libtool problem: [...] It seems that the problem is related to `depcomp' since it works when the first 2 lines are

Re: [Jikesrvm-regression] classpath CVS head regression FAILED 4 tests; 0 mauve failures

2004-11-08 Thread Steven Augart
[EMAIL PROTECTED] wrote: Jikes RVM Regression tests against classpath CVS head for Mon Nov 8 03:19:15 EST 2004 prototype: Failed in SPECjvm98 Defect # 4079 (GC Deadlock) during _213_javac. prototype: Failed in SPECjbb2000 Defect #4083 (GC Error: Barrier Timeout). development: Failed in

Re: [Jikesrvm-regression] classpath CVS head regression FAILED 4 tests; 0 mauve failures

2004-11-08 Thread Mark Wielaard
Hi, On Mon, 2004-11-08 at 23:46, Steven Augart wrote: development: Failed in SPECjbb2000 Another new problem, this time during class loading. I'm CC'ing this to the classpath list, since it probably points to a problem in Classpath CVS head. at

SableVM 1.1.7 released

2004-11-08 Thread Grzegorz B. Prokopski
The developers of the SableVM Project are proud to announce the official release of SableVM 1.1.7. SableVM is a liberally licensed Free Java virtual machine. See the About SableVM section below for more informations about SableVM. Here is a list of the most important changes and new features.

Re: [Jikesrvm-regression] classpath CVS head regression FAILED 4 tests; 0 mauve failures

2004-11-08 Thread Casey Marshall
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark Hi, Mark On Mon, 2004-11-08 at 23:46, Steven Augart wrote: development: Failed in SPECjbb2000 Another new problem, this time during class loading. I'm CC'ing this to the classpath list, since it probably points to a problem in Classpath