> I've been following the Java Class File specs, but I've encountered a
> Constant_Info block with a tag of "0" (which isn't documented in the class
> file specs).  I've just assumed that this means an end-of-the-blocks, but
> I've encountered it in one classfile where the count of the constant_info
> block is one more than the location of the "0" block.  What does a 0 tagged
> block mean?

To me this looks like you have missed that doubles and longs uses 2 entries
in the class pool. Might this be the case ?

Regards,
 Joakim Dahlstedt

_______________________________________________
Kernel maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel

Reply via email to