On May 6, 2009, at 11:52 AM, Robert Fischer wrote: > Where can I find documentation on the JDK 7 changes to bytecodes and > the backport project?
The next build of OpenJDK (b58) will contain a provisional API derived on last year's JSR 292 EDR. The javadocs in that build will be useful. The format of the invokedynamic bytecode has changed since last year's EDR. There are no public specs. yet for the latest version, but (if it helps) you can look at the javac backend for the invokedynamic support, again in in OpenJDK build 58. The sources are viewable as of this week: http://hg.openjdk.java.net/jdk7/tl/langtools/file/tip/src/share/classes/com/sun/tools/javac/jvm/Code.java (search for invokedynamic) The 292 EG owes the world another EDR; I'm the bottleneck for that and am working on that also. -- John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to jvm-languages@googlegroups.com To unsubscribe from this group, send email to jvm-languages+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---