[kaffe] CVS kaffe (robilad): Fix for getClassContext

2004-12-05 Thread Kaffe CVS
PatchSet 5544 Date: 2004/12/06 00:15:30 Author: robilad Branch: HEAD Tag: (none) Log: Fix for getClassContext 2004-12-05 Mark Wielaard <[EMAIL PROTECTED]> * libraries/javalib/java/lang/VMSecurityManager.java (getClassContext): Cleanup returned stack. Members: ChangeL

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

2004-12-05 Thread Dalibor Topic
Casey Marshall wrote: Thanks a lot for the patch and thanks heaps to Mark for repeatedly poking me at it. I've finally checked it in. Sorry for being so slow with patches lately. I hope we can use helmer's and guilhem's VMClassLoader classpath merge patches soon to bring us closer to what Class

[kaffe] lots and new failures on sparc/pthread/solaris

2004-12-05 Thread Riccardo
Hey, on my SMP sparc, solaris, pthread, jit... 3 new failures...(+ random GCTest). Truly a lot. And the path bug presits (common root thing) 5 December 2004 13 regressions fail (pthreads, jit): Alias.fail SecureRandomTest.fail CLTestConc.fail SerialPersistentFi

Re: [kaffe] VMSecurityManager.getClassContext() fixlet

2004-12-05 Thread Dalibor Topic
Guilhem Lavaux wrote: Mark Wielaard wrote: Hi, ResourceBundle doesn't work correctly anymore when getBundle() is called from a user defined class loader Class. This is because VMSecurityManager.getClassContext() doesn't obey its interface: "Hint: you may need to pop off one or more frames: don't in

RE: [kaffe] Kaffe on a Gumstix

2004-12-05 Thread patt reveur
Hi I did and it is working fine but the jit still not. So using the interpreter mode of kaffe, we have now a full and quite complexe application running on the gumstix using kaffe. Patt Original Message Follows From: "Ian Anderson" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAI

[kaffe] Kaffe on a Gumstix

2004-12-05 Thread Ian Anderson
Hello all, I've spent much of the day trying to cross compile Kaffe 1.1.4 on a Gumstix (http://www.gumstix.com). Before I post specific questions about the problems I encountered I was wondering if anyone has got this working and released a binary? I think someone managed to get this working in No

[kaffe] CVS kaffe (robilad): use UTF-8 as default XML input encoding

2004-12-05 Thread Kaffe CVS
PatchSet 5542 Date: 2004/12/05 18:56:48 Author: robilad Branch: HEAD Tag: (none) Log: use UTF-8 as default XML input encoding 2004-12-05 Mark Wielaard <[EMAIL PROTECTED]> * libraries/javalib/gnu/xml/dom/ls/ReaderInputStream.java (ReaderInputStream) Use UTF-8 as the default enc

[kaffe] CVS kaffe (robilad): Resynced with gjdoc

2004-12-05 Thread Kaffe CVS
PatchSet 5541 Date: 2004/12/05 18:26:32 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with gjdoc Members: ChangeLog:1.3087->1.3088 tools/gjdoc/javalib/Makefile.am:1.4->1.5 tools/gjdoc/javalib/Makefile.in:1.30->1.31 tools/gjdoc/javalib/com/sun/javadoc/

Re: [kaffe] VMSecurityManager.getClassContext() fixlet

2004-12-05 Thread Guilhem Lavaux
Mark Wielaard wrote: Hi, ResourceBundle doesn't work correctly anymore when getBundle() is called from a user defined class loader Class. This is because VMSecurityManager.getClassContext() doesn't obey its interface: "Hint: you may need to pop off one or more frames: don't include SecurityManager

[kaffe] JIT3 patch for powerpc-linux (sortof)

2004-12-05 Thread Konstantinos Margaritis
Hi all, Here it is. It enabled me to compile jit3 for linux on powerpc, but I haven't got it work so far... it just hangs... As you can probably see it's not so much of a patch, I just copied some files from the darwin folder, made a few changes on the files so that they build on my system,

[kaffe] VMSecurityManager.getClassContext() fixlet

2004-12-05 Thread Mark Wielaard
Hi, ResourceBundle doesn't work correctly anymore when getBundle() is called from a user defined class loader Class. This is because VMSecurityManager.getClassContext() doesn't obey its interface: "Hint: you may need to pop off one or more frames: don't include SecurityManager or VMSecurityManager