2009/8/17 Tomek Grabiec <tgrab...@gmail.com>: > 2009/8/17 Vegard Nossum <vegard.nos...@gmail.com>: >> BTW, which flags are those? >> > > My patch sets flags the same way as jamvm (and hotspot) does: > - for primitive types: ACC_PUBLIC + ACC_ABSTRACT + ACC_FINAL > - for array types: ACC_ABSTRACT + ACC_FINAL + (flags for element class > - ACC_INTERFACE) > > While writing regression test I noticed that jato sets flags > differently from hotspot for *internal* class: > > private static class X { > }; > > Jato sets no flags (0), while hotspot sets ACC_PRIVATE | ACC_STATIC > (0xa). However, this bug (?) is not related > to my patch.
Ah right, thanks. I thought you wanted to introduce _new_ flags, and was confused. I guess I didn't read the changelog properly. Thanks! Vegard ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel