On Dec 17, 2012, at 5:00 PM, Peter Levart <peter.lev...@gmail.com> wrote:
> Hi Joel, > > 82 // This is set by the vm at Method creation > 83 private byte[] type_annotations; > > > Wouldn't it be better to initialize this field in the constructor? You could > create an overloaded constructor if you wanted to be compatible with previous > versions of the VM. > Fields aren't created using a constructor as far as I can see. cheers /Joel