java.lang.reflect.Proxy.java
Tom Tromey
tromey@redhat.com
Wed Dec 5 11:25:00 GMT 2001
>>>>> "Richard" == Richard Emberson <emberson@phc.net> writes:
Richard> Can not try: printf "%s\n", klass->name->data
Richard> because klass is ill defined.
Richard> (gdb) printf "%s\n", klass->name->data
Richard> Value can't be converted to integer.
This is a gdb bug. This used to work. I've run into this several
times recently. It makes debugging very hard :-(
I haven't really read your message about Proxy.
One thing to know is that the Classpath version of Proxy will only
work in libgcj on platforms where the interpreter is enabled.
It would be nice if we could make it work on all platforms.
However, that might require libffi work equivalent to making the
interpreter work; I haven't looked at it.
Tom
More information about the Java
mailing list