Proxy.java natClassLoader.cc
Richard Emberson
emberson@phc.net
Mon Dec 10 14:51:00 GMT 2001
> ./compile
> gdb M
(gdb) r
.....
(gdb) s
_Jv_PrepareCompiledClass(java::lang::Class*) (klass=0x80530a0)
at ../../../gcc/libjava/java/lang/natClassLoader.cc:247
247 if (klass->state >= JV_STATE_LINKED)
(gdb) s
251 klass->state = JV_STATE_LINKED;
(gdb) s
253 _Jv_Constants *pool = &klass->constants;
(gdb) s
254 for (int index = 1; index < pool->size; ++index)
(gdb) p *pool
1ドル = {size = 134563520, tags = 0x403e9b20 "ÃF005円\b", data = 0x805139a}
I assume that a pool size should not be that big.
This is the latest gcc (downloaded today).
Example Java code that produces error is included.
Richard Emberson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: proxy.zip
Type: application/x-zip-compressed
Size: 18941 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java/attachments/20011210/6d3424ce/attachment.bin>
More information about the Java
mailing list