I must have compiled to 1.5-bytecode, but using 1.6 standard library. There are calls to Arrays#copyOf and, as far as I can tell, it's the only thing there that is 1.6-specific. Will file a patch for this.
Dawid On Wed, Jan 20, 2010 at 7:14 PM, Dawid Weiss <dawid.we...@gmail.com> wrote: >> Gee, I was sure something in there was using a 1.6 feature, perhaps of >> Arrays. > > Really? I recompiled it under 1.5... or so I thought... Might have > been 1.6 JRE with 1.5 compatibility switch for the produced > bytecode... Will look into it. > > Dawid >