Jochen Hoenicke - 2005-01-31

Logged In: YES
user_id=18252

This is a known problem. A fix is in the CVS in the main branch.

As a workaround you can turn off bytecode verification (with
--verify=no). However, the internal field this$0 of EntrySet will
probably not correctly be optimized away.

BTW: after reading the VM spec again, I can still find no reason
why this code is legal bytecode...