Jarek
Jarek

Reputation: 7729

JVM specification, is there any more recent one?

I am looking for a more recent versions of JVM specifications, an JVM internals, unfortunately all I was able to found were quite old books from last century...

Does anyone know where to find a newer informations?

Upvotes: 4

Views: 273

Answers (2)

snorbi
snorbi

Reputation: 2890

The final JVM specification for Java SE 7 is available here: JVM specification for Java SE 7

Upvotes: 0

Carlos Quintanilla
Carlos Quintanilla

Reputation: 13303

JSR 924: JavaTM Virtual Machine Specification

This site has the latest version drafts: http://jcp.org/en/jsr/detail?id=924

The Java™ Virtual Machine Specification Java SE 7 Edition DRAFT 2011-04-15

http://jcp.org/aboutJava/communityprocess/final/jsr336/index.html http://download.oracle.com/otndocs/jcp/java_se-7-final-spec/index.html

Upvotes: 4

Related Questions