Bytecode « JVM « Java Tutorial / Blog

Home
Java Tutorial / Blog
1.Algorithm
2.Apache
3.Applet
4.Database
5.Date
6.Design Pattern
7.Development
8.Dump
9.Eclipse
10.EJB
11.Excel
12.File IO
13.Generic
14.GlassFish
15.Google App Engine
16.Graphics
17.GWT
18.IntelliJ
19.Internationlization
20.iText
21.JavaFX
22.JAXB
23.JBoss
24.JDBC
25.JDK
26.JEE
27.Jetty
28.JMS
29.JSP
30.JSR
31.JUnit
32.JVM
33.Linux
34.Log4j
35.Maven
36.Memcached
37.Memory
38.MSAccess
39.MySQL
40.NetBeans
41.Network
42.Oracle
43.OSGi
44.OsX
45.Password
46.Photo
47.phpMyAdmin
48.PivotTable
49.Quartz
50.Query
51.Replication
52.Security
53.Select
54.Servlet
55.Session
56.Struts
57.Swing
58.Thread
59.Tomcat
60.Update
61.WebService
62.Website
63.Wicket
64.Windows
65.Word
66.XML
Java Tutorial / Blog » JVM » Bytecode 

1. Reflecting on the JVM Class File Format    whiley.org

The latest release of Whiley (v0.3.16) includes (finally) a binary file format for the Whiley Intermediate Language (WYIL). You can think WYIL files are to Whiley, as class files are to Java, or CIL files are to C#. Furthermore, the existence of WYIL files implies there is a corresponding (albeit currently hypothetical) Whiley Virtual Machine (WYVM) which can execute them directly. Developing this VM file format has been an interesting experience, and caused me to consider: what makes a go...

2. Bytecode Manipulation Techniques for Dynamic Applications for the JVM    juixe.com

This JavaOne 2007 technical session seemed like a panel discussion between Eugene Kuleshov and Tim Eck of Terracotta , Tom Ware of Oracle/TopLink , and Charles Nutter of Sun/JRuby . The session started off by describing the Java Virtual Machine, the Java bytecode, and the ASM framework. The Java Virtual Machine (JVM) is a proven and reliable platform aimed at high-performing applications. The JVM is designed for statically-typed languages but provides class loading and a reflection API for dynam...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.