Difference between revisions of "ASM"

From JVMLangSummit
Jump to navigationJump to search
(New page: == Working with non-standard Java bytecode attributes with ASM == Eugene Kuleshov === Abstract === ; Talk Abstract: This short talk will give an example how to work with non-standard Java...)
 
m
 
Line 8: Line 8:
  
 
=== Author Bio ===
 
=== Author Bio ===
* <insert bio here>
+
* Eugene is a Java user since beginning. JCP member and �EG member on JSR-308 and JSR-268. Committer on ASM project since 2003 and contributor on several open source projects at Apache, Eclipse and Terracotta.
  
 
=== Key Issues for Discussion (cooperative) ===
 
=== Key Issues for Discussion (cooperative) ===
 
''(please expand cooperatively)''
 
''(please expand cooperatively)''
 
[[Talk:ASM]]
 
[[Talk:ASM]]

Latest revision as of 13:35, 26 September 2008

Working with non-standard Java bytecode attributes with ASM

Eugene Kuleshov

Abstract

Talk Abstract
This short talk will give an example how to work with non-standard Java bytecode attributes with ASM bytecode manipulation framework. It will also give examples of using bytecode attributes introduced in Java 7.

http://wiki.jvmlangsummit.com/pdf/23_Kuleshov_asm.pdf

Author Bio

  • Eugene is a Java user since beginning. JCP member and �EG member on JSR-308 and JSR-268. Committer on ASM project since 2003 and contributor on several open source projects at Apache, Eclipse and Terracotta.

Key Issues for Discussion (cooperative)

(please expand cooperatively) Talk:ASM