Re: [GNU Crypto] Re: [kaffe] missing features needed for HSQLDB 1.7.2

2003-08-14 Thread Casey Marshall
://www.bxa.doc.gov/Encryption/EncFactSheet6_17_02.html, last item on the page. Cheers, - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/Ot7fgAuWMgRGsWsRAp/YAJ9Dssf8WWcxuc31WXmJy36FOWa8GACdHbby PUd9DqI+qAmChp+ZbS3JiX0= =5r6j -END PGP SIGNATURE

[kaffe] Re: Updating Jessie

2003-12-01 Thread Casey Marshall
mean 'not a complete pain in the ass'. Or: is there any plan to add an extension directory to Kaffe? Analogous to the ext/ directory in other JREs? Cheers, - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Processed by Mailcrypt

Re: [kaffe] Jar files in 1.1.3?

2003-12-10 Thread Casey Marshall
. Could you post wheretostart.txt? The problem is with kaffe.tools.jar.Jar. Line 1053. - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net/ iD8DBQE

Re: [kaffe] Jar files in 1.1.3?

2003-12-11 Thread Casey Marshall
, right?) and they explictly put the Name attribute. Classpath's Manifest class writes Name attributes automatically, so I think Kaffe's Jar is wrong. The fix is trivial, and attached. - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux

Re: [kaffe] Jar files in 1.1.3?

2003-12-28 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark Hi, Mark On Thu, 2003-12-11 at 16:18, Casey Marshall wrote: Ito == Ito Kazumitsu [EMAIL PROTECTED] writes: Ito In message Re: [kaffe] Jar files in 1.1.3? on 03/12/10, Casey Ito Marshall

Re: [kaffe] Re: [Jessie-discuss] 0.9.6

2004-01-11 Thread Casey Marshall
some work on Dalibor implementing a policy file parser? What's the status of that Dalibor work? I have an initial implementation, but can't get it to work with Kaffe yet. So it is pretty complete, but untested. My version is here: http://metastatic.org/source/PolicyFile.java - -- Casey Marshall

Re: [kaffe] LGPL vs. GPL-with-exception

2004-01-19 Thread Casey Marshall
of derivative work. Doug And after all, LGPL is still an open source license. The LGPL is a free software license. - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net

Re: [kaffe] LGPL vs. GPL-with-exception

2004-01-19 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug == Doug Porter [EMAIL PROTECTED] writes: (this will be the extent of my comments about this subject on this list; take it off-list if you want to reply) Doug On Mon, 19 Jan 2004 12:11:57 -0800, Casey Marshall Doug [EMAIL PROTECTED] said: Doug

[kaffe] PATCH: CodeSource

2004-01-24 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. The attached patch fixes a number of problems with java.security.CodeSource when either the location or certificates field is null. Some basic tests with my PolicyFile reader work with this patch. 2004-01-23 Casey Marshall [EMAIL PROTECTED

[kaffe] JIT4

2004-02-23 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Is there any documentation on `jit4' other than Michael Chen's paper? What would be involved in importing the PocketLinux jit4 into current Kaffe? - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU

Re: [kaffe] JIT4

2004-03-01 Thread Casey Marshall
as a possibility. Fixing JIT3 (which is apparently broken ATM) is also a possibility. Cheers, - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net

Re: [kaffe] JIT4

2004-03-01 Thread Casey Marshall
stable, but definitely has more bugs, which are mike difficult to fix b/c you need to be able to debug a compiler. Right now my needs are really anything but interpreted. But better performance would definitely be desirable, and I will be in a good position to hack on either system. - -- Casey

[kaffe] mipsel JIT3

2004-03-04 Thread Casey Marshall
. This has got to be a mips-specific bug. Cheers, - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net/ iD8DBQFAR3JbgAuWMgRGsWsRAne2AJ9bfa6V3dP8fvP1okzW7a/+zfGeLgCfSW+Q

Re: [kaffe] mipsel JIT3

2004-03-04 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey Secondly: if I hack slotRegister() to fill in ctype if it is Casey blank, I get further, but then Float.isNaN returns false when Casey given NaN, causing toCharArrayWithPrecision to barf

Re: [kaffe] mipsel JIT3

2004-03-04 Thread Casey Marshall
infrastructure (see FAQ/FAQ.xdebugging)? I've found it quite Timothy helpful when working on the jitter. The GDB I am using isn't entirely functional, and so far everything I've been using needs to be staticly linked. - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE

Re: [kaffe] mipsel JIT3

2004-03-04 Thread Casey Marshall
the possibilities of what's wrong). - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net/ iD8DBQFAR7GpgAuWMgRGsWsRAl/cAJ4lWy75Ch7sM4Kwi4tXYig+oZeaFQCeIk5g Hn0HJuj6DdfGsMgYcsFc5Aw= =j3zd

Re: [kaffe] mipsel JIT3

2004-03-04 Thread Casey Marshall
) StaticMethodCall.class:FAIL (Bus error) TypeConversion.class: FAIL (Bus error) - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net

Re: [kaffe] mipsel JIT3

2004-03-05 Thread Casey Marshall
) And this looks very bad because I think the check !(DEFAULT_LOAD_FACTOR 0) fails, which is horribly, horribly wrong. - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net

[kaffe] Re: [PATCH] use InternalError for memory errors

2004-03-05 Thread Casey Marshall
Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey Hi, I'd like to suggest that instead of throwing a Casey NullPointerException for bad memory accesses (SIGBUS and Casey SIGSEGV) an InternalError is thrown instead. It's more Casey

Re: [kaffe] mipsel JIT3

2004-03-05 Thread Casey Marshall
a symptom of an exception being thrown early, or is this yet another problem with the MIPS backend? - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net

[kaffe] [PATCH] use InternalError for memory errors

2004-03-05 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'd like to suggest that instead of throwing a NullPointerException for bad memory accesses (SIGBUS and SIGSEGV) an InternalError is thrown instead. It's more descriptive, and less confusing. Cheers, - -- Casey Marshall || [EMAIL PROTECTED

Re: [kaffe] mipsel JIT3

2004-03-06 Thread Casey Marshall
renumbering the registers, which is looking to be more and more bogus. So fixing the register allocation is the thing to do, not kludging around it. But that's for next week. Kevin Regards, and regrets to not be able to do this myself, You've been more than helpful already; thanks. - -- Casey

Re: [kaffe] mipsel JIT3

2004-03-06 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timothy == Timothy Stack [EMAIL PROTECTED] writes: Timothy On Mar 5, 2004, at 4:24 PM, Casey Marshall wrote: This solution is obviously a hack; Timothy I don't think so, it should always be pretty easy for the Timothy backend to map the regno

[kaffe] PATCH: consistently separate jitter and backend register ID

2004-03-08 Thread Casey Marshall
, but that is coming along. Next is to fix floating-point comparisons. 2004-03-08 Casey Marshall [EMAIL PROTECTED] * config/mips/jit3-mips.def: (pushl_xRC): use slotRegisterRegister. (fpushl_xRC): likewise. * kaffe/kaffevm/register.c: (slotRegister): return

[kaffe] More mipsel jit3

2004-03-08 Thread Casey Marshall
/* DONE */); /* GT: */ NOP(); insn_RRC(_ADDIU, w, REG_i0, 1); /* DONE: */ } - -- - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net/ iD8DBQFATOa

Re: [kaffe] More mipsel jit3

2004-03-08 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Casey == Casey Marshall [EMAIL PROTECTED] writes: Yeah, ok, I was pretty wrong with the implementations of fcmpl and friends. I think I have it sorted now. But now my problem appears to be that soft_anewarray is being called with an uninitialized

Re: [kaffe] More mipsel jit3

2004-03-09 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin == Kevin D Kissell [EMAIL PROTECTED] writes: Casey == Casey Marshall [EMAIL PROTECTED] writes: Yeah, ok, I was pretty wrong with the implementations of fcmpl and friends. I think I have it sorted now. Kevin One question about that: Did

Re: [kaffe] More mipsel jit3

2004-03-09 Thread Casey Marshall
, but isn't. - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net/ iD8DBQFATiC4gAuWMgRGsWsRAmQ/AJ9QkBSwYW7qNWWr+NH2SjeAUJ/mDgCcDTda 1CJvbKhVE+OylEe/KOWqc9Q= =xpTY -END PGP

Re: [kaffe] More mipsel jit3

2004-03-09 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Casey == Casey Marshall [EMAIL PROTECTED] writes: Success! Casey So either (1) the call to push_int preceding this is bogus, or Casey (2) that call needs to be followed by a popargs, but isn't. The problem stemmed from exception throwing

Re: [kaffe] More mipsel jit3

2004-03-09 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey The good news: mipsel jit3 can load and run `hello world'. I Casey don't know how usable it is `for real', but will report on that Casey later. No luck yet. Now we fail with this: - - kaffe

[kaffe] PATCH: check range before calling sub_int_const

2004-03-09 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This fixes the issue I posted about earlier, that causes a segfault in `translate'. Without this, sub_int and sub_int_const will recursively call each other. Which is bad. 2004-03-09 Casey Marshall [EMAIL PROTECTED] * kaffe/kaffevm/jit3

Re: [kaffe] More mipsel jit3

2004-03-10 Thread Casey Marshall
+20 isn't a valid address, obviously. Timothy Need more context here... I think this is caused by `null' not being handled properly when it's the reference of an invokeinterface: the fourth test in test/regression/NullInvoke.java triggers the error. - -- Casey Marshall || [EMAIL PROTECTED

Re: [kaffe] PATCH: CodeSource

2004-03-12 Thread Casey Marshall
than Kaffe's. - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net/ iD8DBQFAUg8agAuWMgRGsWsRAkGOAJ9heHyLGSAOKwFNXG5XFhgrEccengCdG8rU 4V1twmnpUo+8I3RVGJLAHIU= =9agT -END

Re: [kaffe] PATCH: consistently separate jitter and backend register ID

2004-03-15 Thread Casey Marshall
backend mixes up uses of the jitter ID for a register and Timothy the backend ID. Its a little trivial, but still... I'm in favor of Kevin's idea of renaming one of the two `regno' members in the two structs (`kregs' and `SlotData'). Cheers, - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN

[kaffe] MIPS JIT3 and null pointers.

2004-03-17 Thread Casey Marshall
other ideas. Has anyone dealt with something similar to this on other architectures? Cheers, - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net

Re: [kaffe] MIPS JIT3 and null pointers.

2004-03-17 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Casey == Casey Marshall [EMAIL PROTECTED] writes: Casey Hi, I've determined why an invokeinterface on a null object Casey will abort rather than throw a NullPointerException: in Casey dispatchException (kaffe/kaffevm/exception.c:303) the full Casey

Re: [kaffe] MIPS JIT3 and null pointers.

2004-03-19 Thread Casey Marshall
threading package are you using Timothy (unix-jthreads/unix-pthreads)? I've tried both, and I don't see any difference in Null* tests. jthreads, however, fail things like CatchDeath and StopThread, but only occasionally (!!!). pthreads seems to work ok. Cheers. -- Casey Marshall || [EMAIL

Re: [kaffe] MIPS JIT3 and null pointers.

2004-03-19 Thread Casey Marshall
of mips_do_fixup_trampoline. Cheers, - -- Casey Marshall || [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.7 http://mailcrypt.sourceforge.net/ iD8DBQFAW48AgAuWMgRGsWsRArEKAJ4w39sC4+yHgKO8U51zd+QmqEHxIACeNJke VJxlY92L+hH/agaqxJCn18Y

Re: [kaffe] MIPS JIT3 and null pointers.

2004-03-19 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin == Kevin D Kissell [EMAIL PROTECTED] writes: Kevin Casey Marshall wrote: 2) When it tries to do this when walking back from a `soft' C method, it gets wrong values. In this case, it gets an address in `mips_do_fixup_trampoline

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-08 Thread Casey Marshall
Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: Dalibor Casey Marshall wrote: Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: Dalibor Yoshiharu Oba wrote: Hi Dalibor I appreciate your advice very much. Now I'm writing a changelog and remake a new patch, It's also included. Dalibor

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-08 Thread Casey Marshall
this info (-fexceptions). I think trying to unwind through random broken JNI code is outside the scope of a VM. This is an interesting problem! Definitely worthy of a hacker's time, and the mipsel JIT3 is so close to working it isn't even funny. -- Casey Marshall || [EMAIL PROTECTED

Re: [kaffe] NEWS - Tomcat 5 runs on Kaffe

2004-07-16 Thread Casey Marshall
now to run an SSL instance of Tomcat on a free runtime, since Jessie http://www.nongnu.org/jessie/ runs on Kaffe too. -- Casey Marshall || [EMAIL PROTECTED] ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] jit3 move_register

2004-07-29 Thread Casey Marshall
Helmer register. Helmer Comments? You are definitely correct: this was the source of many of my problems on mipsel. Your change looks better than what I had, and I may be able to test this out on mipsel soon. -- Casey Marshall || [EMAIL PROTECTED

Re: [kaffe] jit3 move_register

2004-07-30 Thread Casey Marshall
Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: Dalibor Casey Marshall wrote: You are definitely correct: this was the source of many of my problems on mipsel. Your change looks better than what I had, and I may be able to test this out on mipsel soon. Dalibor Hi Casey, Dalibor If you've

Re: [kaffe] repost: help w/ java.security + gnucrypto

2004-09-06 Thread Casey Marshall
. And since you can't get a security manager by default, you need to install one. I also don't believe the OP's problems with Runtime.exec are related to the security manager. -- Casey Marshall || [EMAIL PROTECTED] ___ kaffe mailing list [EMAIL

Re: [kaffe] mipsel and jit3

2004-10-20 Thread Casey Marshall
on N32 or N64, but it is presumably ok. Does Kaffe use calls only, or closures? If it is only calls, then MIPS support should be pretty good for any ABI. -- Casey Marshall || [EMAIL PROTECTED] ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org

Re: [kaffe] Turn exception into warning message for ClassLoader.setSigners()

2004-11-14 Thread Casey Marshall
, but is not completely Mark usable, while printing lots of warning messages... (an Mark alternative would be to actually implement setSigners() by Mark adopting the GNU Classpath ClassLoader implementation). Or, why not implement Class.getSigners and Class.setSigners? -- Casey Marshall || [EMAIL PROTECTED] Index

[kaffe] Re: [Jessie-discuss] Re: Exception in GNUSecurityParameters.decrypt when using SSL socket

2005-10-10 Thread Casey Marshall
On Oct 10, 2005, at 8:05 AM, [EMAIL PROTECTED] wrote: Hi everybody, after a looong debugging session, I now have a patch against kaffe-1.1.6 / jessie-1.0.0 which seems to fix that bug which causes strange MacExceptions when a server with jessie-1.0.0. See Martin's post for pointers to

[kaffe] Question about ARM jit3

2006-09-14 Thread Casey Marshall
Hi. I've been able to compile Kaffe for an ARM chipset (from vendor *mumble* -- I'll just say that I think DC's comics are better), and it promptly exits with an illegal instruction error when run. So, my question is, what instruction set does Kaffe's ARM jit support? *Are* there different ARM