[cp-patches] [generics] Enum#valueOf implementation

2005-07-24 Thread Ewout Prangsma
Thanks Robert for reminding me. Here's the unified diff. Again my question if someone can commit this, or give me CVS access rights. Ewout Robert Schuster wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ewout, welcome onboard! (Looks like Mark should add Savannah user epr to

[cp-patches] FYI: gtk-plaf cleanup

2005-07-24 Thread Mark Wielaard
Hi, As discussed on the list and on irc this cleans up the lib/Makefile.am dist-hook to not remove anything from standard.omit. And removes the gtk-plaf files which actually did compile, but didn't work. Consensus was that it was better to start over with a clean gtk-plaf then to reuse these

[cp-patches] RFC: strtod patch from early 2004

2005-07-24 Thread Andrew John Hughes
I've recently moved to a 64-bit architecture (x86_64) and yesterday I encountered some problems building the generics branch with ecj on kaffe and Debian GNU/Linux. Namely, the MIN_DOUBLE value is not recognised as valid. Using parseDouble on this value shows that the fdlibm implementation of

Re: [cp-patches] RFC: New JCL helper functions for RawData handling

2005-07-24 Thread Tom Tromey
Guilhem == Guilhem Lavaux [EMAIL PROTECTED] writes: Guilhem + rawDataClass = (*env)-FindClass (env, gnu/classpath/RawData64); At FOSDEM we talked about renaming these ... want to take it on? :-) Guilhem Could you be more specific ? A link to the discussion ? I may Guilhem take it on

Re: [cp-patches] Re: Serialization: readResolve and writeReplace in parent class

2005-07-24 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: You compile all of these. Then you go back and add 'private ... readResolve()' to B. Mark How precisely would you go back? Yeah, ignore that example. I was thinking about binary compatibility, but that is too complicated. Should C now really

Re: [cp-patches] RFC: New JCL helper functions for RawData handling

2005-07-24 Thread Chris Burdess
Tom Tromey wrote: Guilhem + rawDataClass = (*env)-FindClass (env, gnu/classpath/RawData64); At FOSDEM we talked about renaming these ... want to take it on? :-) Guilhem Could you be more specific ? A link to the discussion ? I may Guilhem take it on but I need to know what was

[cp-patches] [patch] make darwin 'work' with classpath

2005-07-24 Thread Andreas Tobler
Hi all, the attached patch changes link behavior of darwin ppc and makes it work in reality. For detailed explanation please search the apple developer pages. In short, when building against a .so we have a module which is like an extension an not like a shared library as known on ppc linux.

Re: Implementation details of VMStackWalker

2005-07-24 Thread Andrew Haley
Mark Wielaard writes: On Fri, 2005-07-22 at 18:01 +0100, Andrew Haley wrote: Ingo Prötel writes: I just implemented VMStackWalker for our VM and have some questions. The reference implementation of 'getCallingClass()' and 'getCallingClassLoader()' just look at the

Re: JNI assertion failure

2005-07-24 Thread Archie Cobbs
Dalibor Topic wrote: Doesn't GetObjectClass change the state of env? If that's the case, it maybe shouldn't be an assert. Not sure what you mean.. but there is a bug: we need to delete the local native reference obtained by calling GetObjectClass. Attached is a better patch. Thanks, -Archie