Two questions:

  1) Should TABLESWITCH be a StackConsumer?  From what I can tell from
   reading the VM spec, it pops a single operand from the stack,
   so it should be.  The current CVS version of BCEL has it
   implementing the StackProducer interface, which seems wrong
   (seeing as it does not push anything onto the stack).

  2) What is the official procedure for reporting bugs in BCEL?

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to