• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

suggest a good book for JVM Architecture

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai,
i would like to know a complete internal structure of the JVM , SO

i request you to please suggest a good book for JVM Architecture.


regards
Yugandhar Akkaldevi
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're probably aware that the JVM spec is available for download here. I don't think that any concrete implementation of the JVM (be it from Sun, IBM, Apple or other) has ever been described in detail. The Linux JVMs are open source, so you could check whether any documentation is available for them (Blackdown, SableVM, Kaffe).
[ October 28, 2006: Message edited by: Ulf Dittmer ]
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may want to check out Inside the Java 2 virtual Machine by Bill Venners. Many of the eariler chapters are available online there, and you can purchase the book for the remainder. Also, if you feel like studying Sun's own source code for the JVM, you can download it from one of the links on this page. It's written in C, so it may take some time to figure out how the pieces work. But if you really want the "complete internal structure of the JVM", that's probably the place to go. (At least for one particular JVM implementation.) I would think that you'd be much better off starting with the incomplete (and therefore much more manageable) views offered by the JVM spec and Bill Venners' book.
[ October 28, 2006: Message edited by: Jim Yingst ]
 
Just the other day, I was thinking ... about this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic