Re: [kaffe] Should IllegalAccessException be thrown or not?

2005-12-11 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Mon, 12 Dec 2005 15:21:26 +0900 (JST) > But I am afraid > >266 else if( (target->name->data[0] != '[') && >267 same_package && >268 (target->this_inner_index >= 0) ) >269 { >270

Re: [kaffe] Should IllegalAccessException be thrown or not?

2005-12-11 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Mon, 12 Dec 2005 11:35:59 +0900 (JST) > kaffe/kaffevm/access.c has this code: > >261 else if( same_package && !(target_flags & ACC_PRIVATE) ) >262 { >263 /* Package. */ >264 slot_acc

Re: [kaffe] Should IllegalAccessException be thrown or not?

2005-12-11 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Mon, 12 Dec 2005 11:35:59 +0900 (JST) > kaffe/kaffevm/access.c has this code: > >261 else if( same_package && !(target_flags & ACC_PRIVATE) ) >262 { >263 /* Package. */ >264 slot_acc

Re: [kaffe] Should IllegalAccessException be thrown or not?

2005-12-11 Thread Ito Kazumitsu
The test case attached below gives interesting results when run on various environments. It seems that kaffe, Sun's JDK, and ecj have some problem of their own. Kaffe: Call a private constructor in the same class OK Call a private constructor in the same pakeage OK (*1) Call a private constructor

[kaffe] New "make install" error

2005-12-11 Thread Alan Eliasen
Kaffe's "make install" now has a new error that is probably fixable: ln -s /usr/local/kaffe/jre/lib/glibj.zip /usr/local/kaffe/jre/lib/rt.jar ln: `/usr/local/kaffe/jre/lib/rt.jar': File exists Manually removing the file works, but probably shouldn't be necessary. -- Alan Eliasen

Re: [kaffe] Should IllegalAccessException be thrown or not?

2005-12-11 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Sun, 11 Dec 2005 10:51:52 +0900 (JST) > The next test case will illustrate this problem more clearly. > > $ cat A.java > public class A { > public static void main(String[] args) { > try { > B.getPrivateClass().newI

Re: [kaffe] jikes related problems for the SNAP

2005-12-11 Thread Kiyo Inaba
Hi Dalibor, Dalibor wrote: >Kiyo Inaba wrote: >> For the latest snap (051208), I got two problems with jikes. >> >> 1) '--with-jikes' option of configure script got slightly different >> semantic. Until recently, the option can get parameter for the path >> of jikes, but this snap did not pas

[kaffe] CVS kaffe (robilad): Switched back to use VMPipe from GNU classpath

2005-12-11 Thread Kaffe CVS
PatchSet 6999 Date: 2005/12/12 02:36:20 Author: robilad Branch: HEAD Tag: (none) Log: Switched back to use VMPipe from GNU classpath 2005-12-11 Dalibor Topic <[EMAIL PROTECTED]> * libraries/clib/nio/gnu_java_nio_VMPipe.c: Added file from GNU Classpath. * include/Makef

[kaffe] [Fwd: Patch for: Kaffe doesn't work with GMP on x86_64]

2005-12-11 Thread Alan Eliasen
Alan Eliasen wrote: >I really like using Kaffe as my JVM for working with really big > numbers, as it can be compiled to use the GMP library. It makes certain > programs that work with really big integers run thousands of times > faster than any other JVM. I was really excited about running

[kaffe] CVS kaffe (guilhem): Fixlet for TestSerialPersistent.

2005-12-11 Thread Kaffe CVS
PatchSet 6998 Date: 2005/12/11 13:36:46 Author: guilhem Branch: HEAD Tag: (none) Log: Fixlet for TestSerialPersistent. Members: ChangeLog:1.4519->1.4520 test/regression/TestSerialPersistent.java:1.3->1.4 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4519 kaffe/ChangeLog:1.