verifier error
Per Bothner
per@bothner.com
Mon Jan 28 08:32:00 GMT 2002
Nic Ferrier wrote:
> Per Bothner <per@bothner.com> writes:
>>jcf-dump prints *everything*.
>
> It does... it's just the gnu.bytecode.dump right? That's a good tool,
> I use it nearlly every where I go.
No, as Tom wrote jcf-dump is written in C while gnu.bytecode.dump
is written in Java. They produce the same output, because I wrote both,
and comparing the output of gnu.bytecode.dump with that of jcf-dump
was a useful technique for debugging the former using the latter.
jcf-dump is actualy better than gnu.bytecode.dump because it handles
.zip and .jar archives, uncompressing them if needed. It is also
faster, though gnu.bytecode.dump is also fairly fast.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/
More information about the Java
mailing list