This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: verifier error


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]