Re: [Jamvm-general] JSR 308: symbol JVM_GetClassTypeAnnotations not defined for JamVM + OpenJDK 8
Brought to you by:
rlougher
From: Robert L. <rob...@gm...> - 2013-04-02 18:38:37
|
On 28 March 2013 14:34, Andrew Hughes <gnu...@re...> wrote: > This doesn't look too bad for Rob to add. It's just more classfile metadata > like the ones for the existing annotations. Hopefully, GNU Classpath will be > able to use it eventually too. > You're right. It's fairly trivial as in OpenJDK all parsing of the annotation data is done in Java. The VM just needs to attach the bytes somehow to the annotated class, method or field without too much overhead (remembering that most classes have no annotations). Unfortunately how annotations wer stored in JamVM was pretty dreadful, so I've spent the weekend re-working it! Thanks, Rob. omewhere without too much overhead >> Cheers >> Xerxes >> -- >> View this message in context: >> http://old.nabble.com/JSR-308%3A-symbol-JVM_GetClassTypeAnnotations-not-defined-for-JamVM-%2B-OpenJDK-8-tp35228844p35228844.html >> Sent from the JamVM mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Own the Future-Intel® Level Up Game Demo Contest 2013 >> Rise to greatness in Intel's independent game demo contest. >> Compete for recognition, cash, and the chance to get your game >> on Steam. $5K grand prize plus 10 genre and skill prizes. >> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d >> _______________________________________________ >> Jamvm-general mailing list >> Jam...@li... >> https://lists.sourceforge.net/lists/listinfo/jamvm-general >> > > -- > Andrew :) > > Free Java Software Engineer > Red Hat, Inc. (http://www.redhat.com) > > PGP Key: 248BDC07 (https://keys.indymedia.org/) > Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07 > > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > _______________________________________________ > Jamvm-general mailing list > Jam...@li... > https://lists.sourceforge.net/lists/listinfo/jamvm-general |