Re: [cp-patches] [generics] RFC : implementation of jjava.lang.instrument package

2005-12-03 Thread Christian Thalinger
On Fri, 2005-12-02 at 12:22 +0100, Nicolas Geoffray wrote: gnu/java/lang/instrument. Would you like InstrumentationImpl to be in vm/reference/java/lang/InsutrumentationImpl? This sounds weird. We could also make the callTransformers method public. I think it's very helpful for vm implementors

Re: [cp-patches] [generics] RFC : implementation of jjava.lang.instrument package

2005-12-03 Thread Mark Wielaard
Hi Nicolas, On Fri, 2005-12-02 at 17:52 +0100, Nicolas Geoffray wrote: Last RFC, and I'm commiting this in 2005-12-02 Nicolas Geoffray [EMAIL PROTECTED] * java/lang/instrument: New directory. * java/lang/instrument/ClassDefinition.java: New file. *

Re: [cp-patches] [generics] FYI : implementation of java.lang.instrument package

2005-12-03 Thread Nicolas Geoffray
Instrumentation implementation is commited (a little too fast, usage of -m instead of -F gives a nice log message /tmp/cvseljWQl, don't know if it can be corrected. Sorry admins :() 2005-12-03 Nicolas Geoffray [EMAIL PROTECTED] * java/lang/instrument: New directory. *

[cp-patches] sampled-jack (Was: [cp-testresults] classpath daily snapshot 20051203 FAILED)

2005-12-03 Thread Mark Wielaard
Hi, On Sat, 2005-12-03 at 17:33 +0100, Michael Koch wrote: I investigated this on the machine and saw that configure.ac is referencing a file called native/jni/sampled-jack/Makefile but there is not directory native/jni/sampled-jack in CVS. I tried to update from CVS but there were not

Re: [cp-patches] [generics] FYI : implementation of java.lang.instrument package

2005-12-03 Thread Mark Wielaard
Hi Nicolas, On Sat, 2005-12-03 at 16:36 +0100, Nicolas Geoffray wrote: Instrumentation implementation is commited (a little too fast, usage of -m instead of -F gives a nice log message /tmp/cvseljWQl, don't know if it can be corrected. Sorry admins :() OK, small mistake. We all learn. I

[cp-patches] Re: sampled-jack (Was: [cp-testresults] classpath daily snapshot 20051203 FAILED)

2005-12-03 Thread Anthony Green
On Sat, 2005-12-03 at 17:55 +0100, Mark Wielaard wrote: Right. How strange that didn't trigger a failure for me. It came in together with Anthony's last patch: 2005-12-01 Anthony Green [EMAIL PROTECTED] PR bootstrap/25207 * configure.ac: Make sure we have an alsa library

Re: gnu_java_awt_peer_gtk_GdkFontPeer.c (initStaticState): missing NewGlobalRef?

2005-12-03 Thread Mark Wielaard
Hi Christian, I finally read the paper and took a look at the list. But you already fixed all the obvious things related to class fields. So the remaining things left seem to be jmethodIDs that are cached, but where we don't have a global ref to the class. Like the following: B

Re: Duplicate object prevention policy

2005-12-03 Thread Mark Wielaard
Hi Jan, On Wed, 2005-11-30 at 02:58 +0100, Jan Röhrich wrote: imagine the following case: A method supports the lookup of objects using a name - object mapping. The objects are stored in a map but can easily be newly created instead of performing a real lookup. Shall we perform this real

[commit-cp] classpath ./ChangeLog java/lang/instrument/Clas... [generics-branch]

2005-12-03 Thread Nicolas Geoffray
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Nicolas Geoffray [EMAIL PROTECTED]05/12/03 15:26:36 Modified files: . : ChangeLog Added files: java/lang/instrument: ClassDefinition.java