Link Details

Link 107487 thumbnail
User 255959 avatar

By yardena
via blogs.sun.com
Published: Aug 27 2008 / 10:10

I have been working furiously this summer, patching the OpenJDK HotSpot JVM for the JSR 292 implementation of dynamic invocation. In the wee hours of this morning, the JVM has for the first time processed a full bootstrap cycle for invokedynamic instructions, linking the constant pool entries, creating the reified call site object, finding and calling the per-class bootstrap method, linking the reified call site to a method handle, and then calling the linked call site 999 more times through the method handle, at full speed.
  • 17
  • 1
  • 526
  • 160

Comments

Add your comment
User 281687 avatar

paul_houle replied ago:

0 votes Vote down Vote up Reply

Good news, but thin on content.

User 255959 avatar

yardena replied ago:

0 votes Vote down Vote up Reply

More related content on Danny Coward's blog http://blogs.sun.com/dannycoward/entry/firing_up_the_engines_for

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.